export declare function readTestData(path: string): Promise; export declare function writeTestData(path: string, rows: unknown[][], options?: { sheetNumber?: number; sheetName?: string; }): Promise;