import { IFnDef } from '../../typings'; export declare const useFunc: (fnDef: IFnDef, val: string) => boolean;