import { type AttachProps, BaseSensor } from "./BaseSensor"; export declare abstract class AntPlusBaseSensor extends BaseSensor { protected scan(type: string): Promise; protected attach(props: AttachProps): Promise; }