import { SupportedChains } from "./types";
export declare const chainIds: Record<SupportedChains, string>;
