export declare const mergeSubschemas: (schema: any) => any; export declare const mergeProperties: (target: any, source: any) => any;