export declare function pad(str: string, len: number, ch?: string): string; export declare function readFileAsync(filename: string): Promise;