export declare function resolveAllOf(schema: any): any; export declare function pefFix(ref: any, cache: string[] | undefined, definitions: { [key: string]: any; }, components: { [key: string]: any; }): any; export declare function repReplace(source: any, cache?: string[], definitions?: { [key: string]: any; }, components?: { [key: string]: any; }, setPath?: boolean): any;