export declare const getPathToFile: (directory: string, filename: string) => Promise; export declare const getRelativePathToFile: (filename: string) => Promise; export declare const assertExists: (path: string) => Promise; export declare const getPathToOpenApiSpec: (directory: string) => Promise; export declare const getPathToCurrentOpenApiSpec: () => Promise;