import { IChain, IContractRecipe } from '../..';
export declare const ACTIV_AVAILABLE_CHAINS: IChain[];
export declare const IxilyActivV4_Amoy: IContractRecipe;
export declare const IxilyActivV4_Polygon_Production: IContractRecipe;
export declare const ACTIV_LIVE_CHAINS: {
    name: string;
    image: string;
}[];
