import * as z from "zod/v3"; export type TestDomainRouteFromDto = { address: string; name?: string | undefined; }; /** @internal */ export type TestDomainRouteFromDto$Outbound = { address: string; name?: string | undefined; }; /** @internal */ export declare const TestDomainRouteFromDto$outboundSchema: z.ZodType; export declare function testDomainRouteFromDtoToJSON(testDomainRouteFromDto: TestDomainRouteFromDto): string; //# sourceMappingURL=testdomainroutefromdto.d.ts.map