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