import { Exception } from "@tsplus/stdlib/exceptions/Exception"; export declare const PrematureGeneratorExitTag = "PrematureGeneratorExit"; export declare class PrematureGeneratorExit extends Exception { readonly _tag = "PrematureGeneratorExit"; readonly message: string; constructor(); } //# sourceMappingURL=PrematureGeneratorExit.d.ts.map