import type { Option } from '../types'; export declare function prependSuggestions(options: Option[], groupLabel: string): Option[];