export declare function readFileOrDefault(filePath: string, defaultValue: string): Promise<string>;
