import { Item } from './Item'; export declare class FlowrDoctemplate extends Item { attachmentName?: string; attachmentTemplate?: string; bodyTemplate?: string; destination?: string; identifier?: string; language?: string; subjectTemplate?: string; constructor(src: FlowrDoctemplate); }