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