/** @tossdocs-ignore */ export declare type ObjectKeys> = `${Exclude}`; export declare function objectKeys>(obj: Type): Array>;