import { Option } from '../types';
declare function getTruncatedOptions(options: Option[], maxResults: number): Option[];
export default getTruncatedOptions;
