export declare function printAndExit(message: string, code?: number): void; export declare function read(dir: string, name: string): Promise; export declare function readAnyOf(dir: string, filenames: string[]): Promise; //# sourceMappingURL=utils.d.ts.map