export declare function keys<T extends object, K extends keyof T>(object: T): K[];
