export declare const getSingleCodeContent: (options: Array<{ value: string; content: string; }>, curValue: string) => string | null; export declare const getMultiCodeContent: (options: Array<{ value: string; content: string; }>, curValue: string) => string | null;