/** * Check if `str` is a valid key in strict mode * * @param str key to check */ export declare function validateStrictKey(str: string): boolean;