import { EnvInterface } from "../types/EnvInterface"; import { AbstractStore } from "../utils/AbstractStore"; export declare class EnvStore extends AbstractStore { unsetFileCommandPaths(): this; } //# sourceMappingURL=EnvStore.d.ts.map