import type { Definition } from './types/swagger.types'; export declare const writeFile: (filepath: string, content: string) => Promise; export declare function removeStringFromArray(arr: string[], value: string): string[]; export declare const recursiveFixAnyOf: (definition: Definition) => Definition;