import { EggAppConfig, EggAppInfo, PowerPartial } from 'egg';
export declare type DefaultConfig = PowerPartial<EggAppConfig & BizConfig>;
export interface BizConfig {
    redis: any;
    qrcode: any;
}
declare const _default: (_appInfo: EggAppInfo) => PowerPartial<EggAppConfig> & BizConfig;
export default _default;
