import { Connection } from '@c2x/wallet-types'; export declare function sortConnections(connections: Connection[]): Connection[];