import type { ComposeWithMongooseOpts } from '../../composeWithMongoose'; type FieldMap = { [fieldName: string]: string[] | typeof undefined; }; export declare function mergeStringAndStringArraysFields(baseField?: string[] | string, childField?: string[] | string, argOptsTypes?: string[] | string): string[] | typeof undefined; export declare function mergeFieldMaps(baseFieldMap?: FieldMap, childFieldMap?: FieldMap): FieldMap | typeof undefined; export declare function mergeCustomizationOptions(baseCOptions: ComposeWithMongooseOpts, childCOptions?: ComposeWithMongooseOpts): ComposeWithMongooseOpts | undefined; export {}; //# sourceMappingURL=mergeCustomizationOptions.d.ts.map