import type { Connection, Evaluate } from '@particle-network/connector-core';
import type { Config } from '../createConfig';
export type GetConnectionsReturnType = Evaluate<Connection>[];
export declare function getConnections(config: Config): GetConnectionsReturnType;