import { Action } from './types'; export declare function createAction(type: T): Action; export declare function createAction(type: T, payload: P): Action;