import * as z from "zod/v3"; export type InBoundParseDomainDto = { inboundParseDomain?: string | undefined; }; /** @internal */ export type InBoundParseDomainDto$Outbound = { inboundParseDomain?: string | undefined; }; /** @internal */ export declare const InBoundParseDomainDto$outboundSchema: z.ZodType; export declare function inBoundParseDomainDtoToJSON(inBoundParseDomainDto: InBoundParseDomainDto): string; //# sourceMappingURL=inboundparsedomaindto.d.ts.map