export interface XML {
    version: number;
    encoding: string;
    standalone: string;
}
//# sourceMappingURL=xml.d.ts.map