import type { NestedAliasesMap } from '../resolvers/helpers';
export declare function toMongoDottedObject(obj: Record<string, any>, aliases?: NestedAliasesMap, target?: Record<string, any>): {
    [dottedPath: string]: any;
};
export declare function toMongoFilterDottedObject(obj: Record<string, any>, aliases?: NestedAliasesMap, target?: Record<string, any>, prefix?: string): {
    [dottedPath: string]: any;
};
//# sourceMappingURL=toMongoDottedObject.d.ts.map