/** * This loads dotenv files from: * - .env * - .local.env * - .env.local */ export declare function loadRootEnvFiles(root?: string): void;