import { TypeConstant, ActionCreator, TypeMeta } from './type-helpers'; /** * @description get the "type literal" of a given action-creator */ export declare function getType(actionCreator: ActionCreator & TypeMeta): T;