export default class UnauthorizedError extends Error {
    constructor(message?: string);
}
//# sourceMappingURL=unauthorizedError.d.ts.map