import { HttpError } from "./http-error.js"; export declare class UnauthorisedError extends HttpError { readonly code: string; constructor(message?: string, code?: string); } //# sourceMappingURL=unauthorised-error.d.ts.map