export declare function countKeys(obj: Record<string, any>): number;
export declare function checkForProblematicUnflatKeys(obj: object): void;
