import { InjectionToken } from 'tsyringe';
export interface IHubConnectionErrorsFactory {
    createGattConnectionError(): Error;
}
export declare const HUB_CONNECTION_ERRORS_FACTORY: InjectionToken<IHubConnectionErrorsFactory>;
