declare function has(obj: {}, key: string): boolean;

export = has;
