export declare const generatePayloadTypeChecker: () => (name: K, action: keyof Actions, payload?: Actions[keyof Actions]) => payload is Actions[K];