export declare type Action = { type: T; payload: unknown; }; //# sourceMappingURL=action.d.ts.map