import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const SecretType: { readonly PrivateKey: "private_key"; readonly PublishableKey: "publishable_key"; readonly Integration: "integration"; }; export type SecretType = OpenEnum; /** @internal */ export declare const SecretType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const SecretType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=secret-type.d.ts.map