export declare const convertDotNotationToObject: (object: Record, valueCallback?: (value: any, key: string) => any) => Record;