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

export = methods;
