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