export declare function mergeSpec(target: any, ...sources: any[]): any; export declare function mergeSpecWithFilter(target: any, filter: string | { type: string; index: number; }, spec: any, forceMerge: boolean): void;