export declare const tmpDir: string;
export declare const eggInfoPath: string;
export declare const dtsCommentRE: RegExp;
export declare const dtsComment: string;
export declare const declMapping: {
    service: string;
    controller: string;
    ctx: string;
    context: string;
    app: string;
    application: string;
    agent: string;
    request: string;
    response: string;
    helper: string;
    middleware: string;
    config: string;
    plugin: string;
};
