type Source = Record; export declare function objectKeys(source: S): (keyof typeof source)[]; export {};