import HttpError from '../HttpError';
export declare class ForbiddenError extends HttpError {
    constructor(message: string, cause?: Error);
}
