export declare const _DJB2: (value: string) => string; export declare const _DJB2Object: (value: Record | null, maxLevels?: number) => string; export declare const _getSortedObject: (object: Record | null, maxDepth: number | undefined) => Record | null;