export declare const makeAction: (name: any) => (payload: any) => any[]; export declare function withTransactionalState(reducer: any, cmp: any): any;