Version: 1.0.01.0.11.0.21.0.3
declare function objectKeys(object: object): string[];
declare namespace objectKeys {
function shim(): typeof objectKeys;
}
export = objectKeys;