interface ex {
    decodeQuotedPrintable:(text:string) => string;
}
declare module "mimelib" {

    let oo:ex
    export = oo;
}