import { TokenResolver } from './ApiReferencesTableSet.types'; /** * Get a default token resolver for resolving links within the Fabric website or demo app. * @param currentUrl - Mock current URL for testing purposes (otherwise uses the actual current URL) */ export declare function getTokenResolver(currentUrl?: string): TokenResolver;