import { Base } from '../../../memi'; export declare class BpServer extends Base { key: string; ip: string; state: string; constructor(props?: Partial); }