import { IClass, IMethod } from '../libs/interfaces/declaration'; export declare function MethodComment(comment: string, isBlock?: boolean): IMethod; export declare function ClassComment(comment: string, isBlock?: boolean): IClass;