import { Value } from './Matcher'; export declare const FUNC_ID = "~~func~~"; export default interface Option { source: string; value: Value; text: string; }