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