import { TypeGlobalConfig } from "./TypeGlobalConfig"; export declare const defineGlobalConfiguration: (configData: TypeGlobalConfig) => void; export declare const getGlobalConfiguration: () => TypeGlobalConfig; export declare const getEnvFromCommand: (commandList: string[]) => string; export declare const setServiceEnv: (env: string) => void;