declare function keys(obj: any): string[];

export = keys;
