import { AnyObj } from '../types';
export declare const has: (obj: AnyObj, key: PropertyKey) => key is string;
