import type { ProposalTypes } from "@walletconnect/types"; import { DEFAULT_COSMOS_METHODS, DEFAULT_EIP155_METHODS, DEFAULT_NEAR_METHODS, DEFAULT_POLKADOT_METHODS, DEFAULT_SOLANA_METHODS, DEFAULT_TRON_METHODS } from "./constants"; export declare const getNamespacesFromChains: (chains: string[]) => string[]; export declare const getSupportedMethodsByNamespace: (namespace: string) => DEFAULT_EIP155_METHODS[] | DEFAULT_COSMOS_METHODS[] | DEFAULT_SOLANA_METHODS[] | DEFAULT_POLKADOT_METHODS[] | DEFAULT_NEAR_METHODS[] | DEFAULT_TRON_METHODS[]; export declare const getSupportedEventsByNamespace: (namespace: string) => string[]; export declare const getRequiredNamespaces: (chains: string[]) => ProposalTypes.RequiredNamespaces; //# sourceMappingURL=namespaces.d.ts.map