import { Primitive } from "type-fest"; export declare const dotenv: { parse: (contents: string) => Record; parseFile: (file: string) => Record; stringify: (pairs: object) => string; }; //# sourceMappingURL=dot-env.d.ts.map