export interface QuotedPrintable { encode(input:string):string; decode(input:string):string; }