import * as z from "zod/v4-mini"; export type TestProviderRequest = { id: string; }; /** @internal */ export type TestProviderRequest$Outbound = { id: string; }; /** @internal */ export declare const TestProviderRequest$outboundSchema: z.ZodMiniType; export declare function testProviderRequestToJSON(testProviderRequest: TestProviderRequest): string; //# sourceMappingURL=test-provider.d.ts.map