import { ClawBayError } from "../errors"; export declare class ManagedConfigMissingError extends ClawBayError { constructor(configPath: string); } export declare class ManagedConfigInvalidError extends ClawBayError { constructor(message: string); } export declare class BackendRequestFailedError extends ClawBayError { constructor(message: string); }