export declare function getDeepPath(source: any, paths: string | string[] | false): any; export declare function applyShorthand(value: any): Record | undefined; export declare function applyValue(target: Record, prop: string, value: any): void; export declare function setDeepPath(target: Record, paths: string | string[] | readonly string[], value: any): Record; //# sourceMappingURL=objects.d.ts.map