import { BaseModel } from "../../../shared"; export declare class TemplateModel extends BaseModel { name: string; type: string; queueId: string; isActive: boolean; subject?: string; body: string; dictionaryID?: string; dictionaryItemID?: string; }