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