export type ActionType = Payload extends void ? { type: Action; } : { type: Action; payload: Payload; }; //# sourceMappingURL=util.d.ts.map