import { SerializationFormat } from "../schema";
export interface XmlSerlializationFormat extends SerializationFormat {
    name?: string;
    namespace?: string;
    prefix?: string;
    attribute: boolean;
    wrapped: boolean;
    text: boolean;
}
//# sourceMappingURL=xml.d.ts.map