export type Msg = string | ((detail: string) => string); export declare const EVENT_MESSAGES: Record;