import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Extracts the value out of the structure, if it exists. Otherwise returns * `undefined`. * @tsplus getter Maybe value * @tsplus location "@tsplus/stdlib/data/Maybe/toUndefined" */ export declare function toUndefined(self: Maybe): A | undefined; //# sourceMappingURL=toUndefined.d.ts.map