import type { DeployBaseOptions, DeployEnvironmentCreateOptions, DeployEnvironmentDeleteOptions, DeployEnvironmentDeploymentsOptions, DeployEnvironmentOptions, DeployEnvironmentPromoteOptions, DeployEnvironmentRepositoryLinkOptions, DeployEnvironmentVariableOptions, DeployEnvironmentsListOptions } from "./types.js"; export declare const runDeployEnvironmentsList: (options: DeployEnvironmentsListOptions) => Promise; export declare const runDeployEnvironmentsLimitation: (options: DeployBaseOptions) => Promise; export declare const runDeployEnvironmentsGet: (options: DeployEnvironmentOptions) => Promise; export declare const runDeployEnvironmentsCreate: (options: DeployEnvironmentCreateOptions) => Promise; export declare const runDeployEnvironmentsVariablesList: (options: DeployEnvironmentVariableOptions) => Promise; export declare const runDeployEnvironmentsVariablesCreate: (options: DeployEnvironmentVariableOptions) => Promise; export declare const runDeployEnvironmentsVariablesDelete: (options: DeployEnvironmentVariableOptions) => Promise; export declare const runDeployEnvironmentsDeploymentsList: (options: DeployEnvironmentDeploymentsOptions) => Promise; export declare const runDeployEnvironmentsDeploymentsCreate: (options: DeployEnvironmentDeploymentsOptions) => Promise; export declare const runDeployEnvironmentsGetEdgeToken: (options: DeployEnvironmentOptions) => Promise; export declare const runDeployEnvironmentsGetEditingSecret: (options: DeployEnvironmentOptions) => Promise; export declare const runDeployEnvironmentsRegenerateContext: (options: DeployEnvironmentOptions) => Promise; export declare const runDeployEnvironmentsPromote: (options: DeployEnvironmentPromoteOptions) => Promise; export declare const runDeployEnvironmentsDelete: (options: DeployEnvironmentDeleteOptions) => Promise; export declare const runDeployEnvironmentsLinkRepository: (options: DeployEnvironmentRepositoryLinkOptions) => Promise; export declare const runDeployEnvironmentsUnlinkRepository: (options: DeployEnvironmentOptions) => Promise; export declare const runDeployEnvironmentsHealth: (options: DeployEnvironmentOptions) => Promise; export declare const runDeployEnvironmentsRestartStatus: (options: DeployEnvironmentOptions) => Promise; export declare const runDeployEnvironmentsRestart: (options: DeployEnvironmentOptions) => Promise;