import { KoaService } from '../providers';
export declare class CoreModule {
    private koa;
    constructor(koa: KoaService);
}
