export declare const isEmpty: (value: unknown) => boolean; export declare const encodeKey: (key: string) => string; export declare const decodeKey: (key: string) => string; export declare const getPathValue: (data: Record, path: string[]) => unknown;