import { F2EConfig, F2EConfigResult } from "../interface"; export declare const F2E_CONFIG = ".f2econfig.js"; export declare const setConfigPath: (path: string) => string; /** 保留基础配置 */ export declare const getConfigResult: (conf?: F2EConfig) => F2EConfigResult; /** 整理中间件配置 */ export declare const getConfigEvents: (conf?: F2EConfig) => Promise>;