declare const MESSENGER_EVENT_NAME = "__remote-messenger-event__"; declare const MESSENGER_KEY = "__remote_messenger__"; declare const KEYOF_GET_ID = "__get-webcontents-id__"; export { KEYOF_GET_ID, MESSENGER_EVENT_NAME, MESSENGER_KEY };