export declare class GitlabHttpError extends Error { readonly status: number; readonly body: string; constructor(message: string, init: { status: number; body: string; }); }