export declare class TopicTemplate {
    private name;
    private docType;
    constructor(name: string, docType: string);
}
