import { ChainId } from '../types'; export declare const CONTRACTS_NSP = "contracts"; export declare function contractEventNamespaceForChainId(chainId: ChainId): string | null; //# sourceMappingURL=helpers.d.ts.map