interface DotEnvConfig {
    filePaths: Array<string>;
    hashes: Record<string, string | null>;
}
export declare function dotEnv(workspacePath: string | undefined, config: DotEnvConfig): Set<string>;
export {};
//# sourceMappingURL=dotenv-processing.d.ts.map