import { ActionCreator as ActionCreatorType, ActionCreatorOptions } from '../types'; export default function (options: ActionCreatorOptions): ActionCreatorType;