import type { Option } from '../../types'; declare const getOptionText: (option: Option | null) => string; export default getOptionText; //# sourceMappingURL=get-option-text.d.ts.map