export declare type FuncExpExeCuteType = (str: string, params: ({ key: string; value: any; })[], execute?: Function, getLocale?: Function) => any; export declare const useFuncExpExecute: (executor: Function, getLocale?: any) => (str: any, params: any) => any;