export declare const NoSuchElementExceptionTag = "NoSuchElementException"; export declare class NoSuchElementException { readonly _tag = "NoSuchElementException"; } export declare const PrematureGeneratorExitTag = "PrematureGeneratorExit"; export declare class PrematureGeneratorExit extends Error { readonly _tag = "PrematureGeneratorExit"; constructor(); } //# sourceMappingURL=NoSuchElementException.d.ts.map