import './globals'; import { TestImplementation } from '@bigtest/suite'; export declare type RunnerState = 'pending' | 'step' | 'assertion'; export declare const bigtestGlobals: { manifestProperty: string; manifest: TestImplementation; document: Document; defaultInteractorTimeout: number; defaultAppTimeout: number; testFrame: HTMLIFrameElement | undefined; runnerState: RunnerState | undefined; appUrl: string | undefined; reset(): void; }; //# sourceMappingURL=index.d.ts.map