import { zkVerifySessionOptions } from '../../session/types';
import { AccountConnection, EstablishedConnection, WalletConnection } from '../connection/types';
export declare function startSession(options: zkVerifySessionOptions): Promise<AccountConnection | EstablishedConnection>;
export declare function startWalletSession(options: zkVerifySessionOptions): Promise<WalletConnection>;
//# sourceMappingURL=index.d.ts.map