import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type DeleteApiWorkspaceServiceV1AccountsIdRequest = { id: string; }; export type DeleteApiWorkspaceServiceV1AccountsIdResponseBody = { success?: boolean | undefined; }; /** @internal */ export declare const DeleteApiWorkspaceServiceV1AccountsIdRequest$inboundSchema: z.ZodType; /** @internal */ export type DeleteApiWorkspaceServiceV1AccountsIdRequest$Outbound = { id: string; }; /** @internal */ export declare const DeleteApiWorkspaceServiceV1AccountsIdRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace DeleteApiWorkspaceServiceV1AccountsIdRequest$ { /** @deprecated use `DeleteApiWorkspaceServiceV1AccountsIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteApiWorkspaceServiceV1AccountsIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteApiWorkspaceServiceV1AccountsIdRequest$Outbound` instead. */ type Outbound = DeleteApiWorkspaceServiceV1AccountsIdRequest$Outbound; } export declare function deleteApiWorkspaceServiceV1AccountsIdRequestToJSON(deleteApiWorkspaceServiceV1AccountsIdRequest: DeleteApiWorkspaceServiceV1AccountsIdRequest): string; export declare function deleteApiWorkspaceServiceV1AccountsIdRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const DeleteApiWorkspaceServiceV1AccountsIdResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteApiWorkspaceServiceV1AccountsIdResponseBody$Outbound = { success?: boolean | undefined; }; /** @internal */ export declare const DeleteApiWorkspaceServiceV1AccountsIdResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace DeleteApiWorkspaceServiceV1AccountsIdResponseBody$ { /** @deprecated use `DeleteApiWorkspaceServiceV1AccountsIdResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteApiWorkspaceServiceV1AccountsIdResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteApiWorkspaceServiceV1AccountsIdResponseBody$Outbound` instead. */ type Outbound = DeleteApiWorkspaceServiceV1AccountsIdResponseBody$Outbound; } export declare function deleteApiWorkspaceServiceV1AccountsIdResponseBodyToJSON(deleteApiWorkspaceServiceV1AccountsIdResponseBody: DeleteApiWorkspaceServiceV1AccountsIdResponseBody): string; export declare function deleteApiWorkspaceServiceV1AccountsIdResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=deleteapiworkspaceservicev1accountsid.d.ts.map