interface NormalGauntletOptions { died: boolean; type: "normal" | "corrupted"; } export declare function Gauntlet({ died, type }: NormalGauntletOptions): import("../..").Bank; export {}; //# sourceMappingURL=Gauntlet.d.ts.map