import { SupportedChainId } from '@ape.swap/sdk-core';
export declare enum ZapType {
    ZAP = 0,
    ZAP_LP_MIGRATOR = 1,
    ZAP_LP_POOL = 2,
    ZAP_SINGLE_ASSET_POOL = 3,
    ZAP_T_BILL = 4,
    ZAP_MINI_APE = 5
}
export declare const ZAP_ADDRESS: Record<SupportedChainId, string>;
export declare const MINI_APE_ADDRESS: Partial<Record<SupportedChainId, string>>;
