export type ReadyState = 'READY' | 'ALREADY RUNNING'; export declare const reportReady: (state: ReadyState) => void; //# sourceMappingURL=report-ready.d.ts.map