/** * Returns the RoyaltyEngineV1 address for a given chain * @param chainId - the chain id * @public */ export declare function getRoyaltyEngineV1ByChainId(chainId: number): string; //# sourceMappingURL=royalty-engine.d.ts.map