export declare const readTextFile: {
    readSync: (file: any) => any;
};
