import { Common } from '@rsdoctor/types'; export declare function readFile(path: string): Promise; export declare function readFileSync(path: string): string; export declare function readJSON(path: string): Promise; export declare function readJSONSync(path: string): T;