export type EnvSetupOptions = {
    rootDir: string;
};
export declare function setupEnvFiles({ rootDir, }: EnvSetupOptions): Promise<void>;
