import * as z from "zod/v4-mini"; export type GetApiSandboxEnvironmentsByNameRequest = { name: string; }; /** @internal */ export type GetApiSandboxEnvironmentsByNameRequest$Outbound = { name: string; }; /** @internal */ export declare const GetApiSandboxEnvironmentsByNameRequest$outboundSchema: z.ZodMiniType; export declare function getApiSandboxEnvironmentsByNameRequestToJSON(getApiSandboxEnvironmentsByNameRequest: GetApiSandboxEnvironmentsByNameRequest): string; //# sourceMappingURL=get-api-sandbox-environments-by-name.d.ts.map