export declare class HubCommandError extends Error { readonly code: string; readonly details?: string | undefined; constructor(code: string, message: string, details?: string | undefined); } //# sourceMappingURL=error.d.ts.map