/** @format */ export declare function format(code: string): string; export declare const printError: (msg: string) => void; export declare const loadYaml: (path: string) => any; export declare const writeFile: (dirPath: string, fileName: string, data: string) => void;