import { Command } from "commander"; export declare const createEnvironmentsListCommand: () => Command; export declare const createEnvironmentsLimitationCommand: () => Command; export declare const createEnvironmentsGetCommand: () => Command; export declare const createEnvironmentsGetEdgeTokenCommand: () => Command; export declare const createEnvironmentsHealthCommand: () => Command; export declare const createEnvironmentsGetEditingSecretCommand: () => Command;