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