export declare function readToonlFile(path: any): AsyncGenerator<{}, void, unknown>; export declare function writeToonlFile(path: any, records: any, options: any): Promise;