import { AppConfig } from "@repo/config";
export declare function updateConfig(config: AppConfig, contractAddressName: string): Promise<void>;
