import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "./models/index.js"; export declare class Environments extends ClientSDK { /** * Clone an environment * * @remarks * Clone all published features and plans from the source environment into a target environment. If target_environment_id is provided, entities are cloned into that existing environment. Otherwise a new environment is created from name and type first. */ cloneEnvironment(id: string, body: models.CloneEnvironmentRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=environments.d.ts.map