export default interface Error {
    _attributes: {
        message?: string;
        type?: string;
    };
    _cdata?: string;
    _text?: string;
}
//# sourceMappingURL=Error.d.ts.map