import { StringKeyValueObj } from "../types/StringKeyValueObj"; import { AbstractStore } from "../utils/AbstractStore"; import { EnvInterface } from "../types/EnvInterface"; export declare class InputsStore extends AbstractStore { toEnvVariables(): EnvInterface; apply(changes: Partial): this; } //# sourceMappingURL=InputsStore.d.ts.map