import { LegacyControllerError } from './legacy-controller-error';
export declare class LegacyControllerNotConnectedError extends LegacyControllerError {
    constructor();
}
