import type { Option, Selection } from '../../types'; declare const getMultipleSelection: (selectedOptions: Option[]) => Selection; export default getMultipleSelection; //# sourceMappingURL=get-multiple-selection.d.ts.map