declare const ALLOWED_PATH: readonly ["/", "/settings/security", "/accounts/connect-ledger", "/accounts/restore-json", "/accounts/detail", "/accounts/new-seed-phrase"]; declare const PHISHING_PAGE_REDIRECT = "/phishing-page-detected"; declare const EXTENSION_PREFIX: string; declare const ID_PREFIX: string; declare const PORT_MOBILE: string; declare const PORT_CONTENT: string; declare const PORT_EXTENSION: string; declare const MESSAGE_ORIGIN_PAGE: string; declare const MESSAGE_ORIGIN_CONTENT: string; declare const PASSWORD_EXPIRY_MIN = 15; declare const PASSWORD_EXPIRY_MS: number; export { ALLOWED_PATH, PASSWORD_EXPIRY_MIN, PASSWORD_EXPIRY_MS, PHISHING_PAGE_REDIRECT, EXTENSION_PREFIX, ID_PREFIX, PORT_MOBILE, PORT_CONTENT, PORT_EXTENSION, MESSAGE_ORIGIN_PAGE, MESSAGE_ORIGIN_CONTENT };