import { UnleashError } from './unleash-error.js';
declare class UnauthorizedError extends UnleashError {
    statusCode: number;
}
export default UnauthorizedError;
//# sourceMappingURL=unauthorized-error.d.ts.map