declare const hasProperty: (object: any, property: string) => boolean;

export { hasProperty };
