export declare function readFileString(path: string): Promise; export interface ReadUntilExistsResult { didRead: boolean; read: string | undefined; readPath: string | undefined; } export declare function readUntilExists(...paths: string[]): Promise; //# sourceMappingURL=helpers.d.ts.map