import { ConnectionWithdrawResponse } from "../../../interfaces/models/Connection";
declare function useRemoveConnection(): (props: {
    connectionId: string;
}) => Promise<ConnectionWithdrawResponse>;
export default useRemoveConnection;
