export declare const getWithDotNotation: (data: Record, path: string, allowDotNotation?: boolean | undefined) => any; export declare const setWithDotNotation: (data: Record, path: string, value: any, allowDotNotation?: boolean | undefined) => void;