export const FCL_REDIRECT_URL_PARAM_NAME: "fcl_redirect_url"; export const FCL_RESPONSE_PARAM_NAME: "fclResponseJson"; export const CORE_STRATEGIES: { "HTTP/RPC": string; "HTTP/POST": string; "IFRAME/RPC": string; "POP/RPC": string; "TAB/RPC": string; "EXT/RPC": string; "DEEPLINK/RPC": string; };