export declare type Optional<T> = T | null | undefined;
//# sourceMappingURL=generalTypes.d.ts.map