import { RepositoryHeart } from './repo_heart';
export declare class RepositoryConnect extends RepositoryHeart {
    constructor();
    protected invokeHostAgent(target: {
        name?: string;
        account?: string;
        id?: string;
    }, service: string, data: any): Promise<{
        res?: any;
        error?: any;
    }>;
    registerAccessPoint(type: string, address: string, preference: string, token: string): Promise<string>;
    removeAccessPoint(type: string, address: string, token: string): Promise<string>;
    operateServiceRuntimeInAccessPoint(option: {
        add?: boolean;
        remove?: boolean;
        priority?: number;
    }, arrayOfServiceRuntimeIds: string[], accessPoint: {
        id?: string;
        type?: string;
        address?: string;
    }, token: string): Promise<string[]>;
}
//# sourceMappingURL=repo_connect.d.ts.map