export declare class DocModule { readonly path: string; /** * original doc module. */ readonly module: any; constructor(path: string, /** * original doc module. */ module: any); /** * get the abstract. */ get abstract(): any; }