import { type DynamicClient } from '@dynamic-labs-sdk/client'; /** * Returns the numeric IDs of the EVM networks configured on the Dynamic * client. Generic helper available to any EVM extension that needs to * advertise the configured chain set to a third-party SDK (e.g. Base * Account, WalletConnect). * * @param client - The Dynamic client whose project settings drive the result. * @not-instrumented */ export declare const getEvmNetworkIds: (client: DynamicClient) => number[]; //# sourceMappingURL=getEvmNetworkIds.d.ts.map