export declare const objectKeys: <T>(o: T) => readonly Extract<keyof T, string>[];