export declare const getSchemaName: (ref: string) => string | null;
export declare const normalizePath: (path: string) => string;
export declare const writeFiles: (data: {
    [file: string]: any;
}, outputPath: string, log: (message: any) => void) => void;
