import { OptionContent } from './types'; export declare function makeOptionFinder(options: OptionContent[]): (reference: string) => OptionContent;