export declare function stringifyObjectKeys(object: Record): Record; export declare function stringify(value: unknown): string;