export type Dict = Record<string, string>;
export type DotenvRun = {
    raw: Dict;
    stringified: Dict;
    full: Dict;
};
export declare function build(processEnv: Dict, runtime: boolean, globalVar: string, define?: string): DotenvRun;
//# sourceMappingURL=build.d.ts.map