import { createAccountLink, createAccountLinkForChain, createCustomAccountLink, getAccountLink } from './account-link';
import { createCustomExplorerLink, createExplorerLink, createExplorerLinkForChain, getBlockExplorerLink } from './explorer-link';
import { createTokenTrackerLink, createCustomTokenTrackerLink, createTokenTrackerLinkForChain, getTokenTrackerLink } from './token-tracker-link';
declare const _default: {
    createExplorerLink: typeof createExplorerLink;
    createCustomExplorerLink: typeof createCustomExplorerLink;
    createExplorerLinkForChain: typeof createExplorerLinkForChain;
    createAccountLink: typeof createAccountLink;
    createCustomAccountLink: typeof createCustomAccountLink;
    createAccountLinkForChain: typeof createAccountLinkForChain;
    createTokenTrackerLink: typeof createTokenTrackerLink;
    createCustomTokenTrackerLink: typeof createCustomTokenTrackerLink;
    createTokenTrackerLinkForChain: typeof createTokenTrackerLinkForChain;
    getBlockExplorerLink: typeof getBlockExplorerLink;
    getAccountLink: typeof getAccountLink;
    getTokenTrackerLink: typeof getTokenTrackerLink;
};
export = _default;
