import { ChainedNamespace } from "src"; export declare const parseChainedNamespace: (namespace: NS | `${NS}:${string}`) => { ns: NS; chainId: string | undefined; }; //# sourceMappingURL=parseChainedNamespace.d.ts.map