declare const isDefined: (checkMe: any, defaultValue: any) => any;
export default isDefined;
