import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type CreateFirstPartyDeploymentSessionResponse = { /** * The deployment-group session token */ token: string; }; /** @internal */ export declare const CreateFirstPartyDeploymentSessionResponse$inboundSchema: z.ZodType; export declare function createFirstPartyDeploymentSessionResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=createfirstpartydeploymentsessionresponse.d.ts.map