export declare const YELAY_BACKEND_URL = "https://lite.api.yelay.io/v2";
export declare const RETAIL_POOL_ID = 10;
export declare const YELAY_VAULT_ABI: {
    type: string;
    name: string;
    inputs: {
        name: string;
        type: string;
        internalType: string;
    }[];
    outputs: {
        name: string;
        type: string;
        internalType: string;
    }[];
    stateMutability: string;
}[];
export declare const YIELD_EXTRACTOR_ABI: ({
    inputs: {
        components: {
            internalType: string;
            name: string;
            type: string;
        }[];
        internalType: string;
        name: string;
        type: string;
    }[];
    name: string;
    outputs: never[];
    stateMutability: string;
    type: string;
} | {
    inputs: {
        internalType: string;
        name: string;
        type: string;
    }[];
    name: string;
    outputs: {
        internalType: string;
        name: string;
        type: string;
    }[];
    stateMutability: string;
    type: string;
})[];
export declare const CONTRACTS_BY_CHAIN: {
    readonly 1: {
        readonly YieldExtractor: "0x226239384EB7d78Cdf279BA6Fb458E2A4945E275";
    };
    readonly 146: {
        readonly YieldExtractor: "0xB84B621D3da3E5e47A1927883C685455Ad731D7C";
    };
    readonly 8453: {
        readonly YieldExtractor: "0x4d6a89dc55d8bacc0cbc3824bd7e44fa051c3958";
    };
    readonly 42161: {
        readonly YieldExtractor: "0x79b7e90F1BAe837362DBD2c83Bd0715c2De5E47f";
    };
    readonly 43114: {
        readonly YieldExtractor: "0x98732e2FEb854bAd400D4b5336f4439E7E53fe88";
    };
};
