export interface Printable { getTemplateName(): string; getBody(): object; }