import { Paths } from "env-paths"; /** * @export * @class Environment */ export declare class Environment { /** * @param {string} token * @param {string} network * @returns {Paths} * @memberof Environment */ getPaths(token: string, network: string): Paths; /** * @param {string} envFile * @param {(Record)} variables * @memberof Environment */ updateVariables(envFile: string, variables: Record): void; } //# sourceMappingURL=environment.d.ts.map