import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * B13A Option details are obtained by filing a B13A Canada Export Declaration via the Canadian Export Reporting System (CERS). * * @remarks * More information on reporting commercial exports from Canada. * Allowed values available here */ export declare const CustomsDeclarationB13AFilingOptionEnum: { readonly FiledElectronically: "FILED_ELECTRONICALLY"; readonly SummaryReporting: "SUMMARY_REPORTING"; readonly NotRequired: "NOT_REQUIRED"; }; /** * B13A Option details are obtained by filing a B13A Canada Export Declaration via the Canadian Export Reporting System (CERS). * * @remarks * More information on reporting commercial exports from Canada. * Allowed values available here */ export type CustomsDeclarationB13AFilingOptionEnum = ClosedEnum; /** @internal */ export declare const CustomsDeclarationB13AFilingOptionEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customsdeclarationb13afilingoptionenum.d.ts.map