import type { L2Chain } from "../../data/chains.js";
export declare const getChains: () => L2Chain[];
export declare const promptAddNewChain: (defaults?: L2Chain) => Promise<L2Chain>;
export declare const handler: () => Promise<void>;
