/** Resolver function: use from useGlobalContext() to resolve template URLs without passing domains. */ export type UrlResolver = (url: string) => string; export declare const getMoreDomains: (domains: Record) => Record; export declare const isAllowedUrl: (url: string, domains: Record) => boolean; export declare const findMoreAxosDomains: (url: string, domains: Record) => string;