/**
 * Type to declare an optional value.
 *
 * @type {Optional<TValue>}
 */
export declare type Optional<TValue> = TValue | undefined;
//# sourceMappingURL=optional.d.ts.map