import { PipeTransform } from '@angular/core';
import { AttachmentMimeType } from '../model';
import * as i0 from "@angular/core";
export declare class InvoiceAttachmentMimeTypePipe implements PipeTransform {
    transform(attachmentMimeType: AttachmentMimeType): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceAttachmentMimeTypePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<InvoiceAttachmentMimeTypePipe, "invoiceAttachmentMimeType", true>;
}
