export declare const isDefined: (value: any) => boolean;
export default isDefined;
