import { element } from 'detox'; type NativeMatcher = Parameters[0]; export declare const beforeAllTestPlan: () => Promise; export declare const afterAllTestPlan: () => Promise; export declare const waitForTestPlan: (testPlan: string) => Promise; export declare const waitToBeVisible: (match: NativeMatcher, seconds?: number) => Promise; export declare const waitForTap: (match: NativeMatcher, seconds?: number) => Promise; export declare const waitForReplaceText: (match: NativeMatcher, text: any, seconds?: number) => Promise; export declare const waitForLogID: (id: string, seconds?: number) => Promise; export declare const waitForLogLabel: (label: string, seconds?: number) => Promise; export declare const waitForClearLogs: () => Promise; export declare const tempHold: (seconds?: number) => Promise; export {}; //# sourceMappingURL=testPlan.d.ts.map