/**
 *
 * @param {*} value
 * @return {boolean}
 */
export function isDefined(value: any): boolean;
//# sourceMappingURL=isDefined.d.ts.map