import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Specifies the time frame for the velocity limit. Currently supports only per-transaction limits. */ export declare const IssuingIntervalLimit: { readonly PerTransaction: "per-transaction"; }; /** * Specifies the time frame for the velocity limit. Currently supports only per-transaction limits. */ export type IssuingIntervalLimit = ClosedEnum; /** @internal */ export declare const IssuingIntervalLimit$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const IssuingIntervalLimit$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=issuingintervallimit.d.ts.map