import type { SelectMode, SelectType } from '../types/index.js'; export declare const getSelectMode: (select: SelectType) => SelectMode; //# sourceMappingURL=getSelectMode.d.ts.map