import { TerminalChainId } from './types'; export declare const URLS: { [key in TerminalChainId]: (a: string) => string; };