2016-09-15 12:45:58 +00:00
|
|
|
import 'typings-global';
|
2017-04-23 18:57:01 +00:00
|
|
|
import { HrtMeasurement } from './early.hrtMeasurement';
|
|
|
|
export { HrtMeasurement };
|
2016-09-18 22:34:38 +00:00
|
|
|
/**
|
|
|
|
* start the loading
|
|
|
|
*/
|
2016-05-23 02:40:04 +00:00
|
|
|
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
|
2017-02-17 17:56:58 +00:00
|
|
|
export declare let stop: () => Promise<number>;
|