import type { ISession } from '../session/types.js'; export declare function list(session: ISession, opts: { venue?: string; }): Promise; //# sourceMappingURL=list.d.ts.map