export declare function createAction(type: string): (payload?: Partial, ...args: any[]) => { type: string; payload?: Partial; [key: string]: any; };