import { Options } from "./types"; declare const loadEnvTypes: (rootPath?: string, options?: Options) => void; export default loadEnvTypes; //# sourceMappingURL=index.d.ts.map