export declare function maybe<T>(thunk: () => T): T | undefined;
//# sourceMappingURL=maybe.d.ts.map