export declare const PayloadTypeValues: readonly ["update", "message"]; export declare type PayloadType = typeof PayloadTypeValues[number];