export interface RESTError {
    data: string;
    message: string;
}
//# sourceMappingURL=global.d.ts.map