import { type APICommand } from '../api-command.js'; export declare const chooseRoom: (command: APICommand, preselectedId?: string, options?: { locationId?: string; autoChoose?: boolean; }) => Promise<[string, string]>; //# sourceMappingURL=rooms-choose.d.ts.map