export declare function DeleteConnectionById(id: number): Promise; export declare function DeleteConnectionByIdBulk(ids: number[]): Promise;