import { GmuConfig } from './types';
import 'tslib';
declare const _default: (ctx: any, options: any) => void;
export default _default;
/**
 * 生成 gmuConf 配置文件
 * @param config 配置
 * @param filePath 文件路径
 */
export declare function generateGmuConf(config: GmuConfig, filePath: string): void;
