import * as z from "zod/v4-mini"; export type DeleteServiceAccountRequest = { /** * Service Account ID */ id: string; }; /** @internal */ export type DeleteServiceAccountRequest$Outbound = { id: string; }; /** @internal */ export declare const DeleteServiceAccountRequest$outboundSchema: z.ZodMiniType; export declare function deleteServiceAccountRequestToJSON(deleteServiceAccountRequest: DeleteServiceAccountRequest): string; //# sourceMappingURL=delete-service-account-op.d.ts.map