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