import type { Dict } from './../type'; declare const has: (object: Dict, key: any) => boolean; export default has;