export type base64Binary = {
    ['#text']: string;
} & {
    contentType: string;
};
export type ContentTypeType = string;
export type hexBinary = {
    ['#text']: string;
} & {
    contentType: string;
};
export interface document {
}
//# sourceMappingURL=_2005_05_xmlmime.d.ts.map