import { EstablishedConnection } from './types.js'; import { NetworkConfig } from '../../types.js'; /** * Establishes a connection to the zkVerify blockchain by initializing the API and provider. * * @param config - NetworkConfig object containing details such as websocket and rpc urls. * @returns {Promise} The initialized API and provider. * @throws Will throw an error if the connection fails or if the provided configuration is invalid. */ export declare const establishConnection: (config: NetworkConfig) => Promise; //# sourceMappingURL=index.d.ts.map