declare const createActionThunk: (type: string, fn: Function, metaCreator?: (...args: any[]) => any) => any; export default createActionThunk;