export declare const providerDefault = "rinkeby"; export declare const constants: { PriceFeed: string; LiqwidLens: string; Rainmaker: string; Comptroller: string; Reservoir: string; USDC: string; LQ: string; qLQ: string; ADA: string; qADA: string; Staking: string; YieldFarm: string; }; export declare const address: { rinkeby: { PriceFeed: string; LiqwidLens: string; Rainmaker: string; Reservoir: string; Comptroller: string; LQ: string; qLQ: string; qADA: string; Staking: string; YieldFarm: string; }; local: { PriceFeed: string; LiqwidLens: string; Rainmaker: string; Reservoir: string; Comptroller: string; LQ: string; qLQ: string; qADA: string; Staking: string; YieldFarm: string; }; }; export declare const abi: { ERC20: ({ constant: boolean; inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; payable: boolean; type: string; anonymous?: undefined; } | { inputs: any[]; payable: boolean; type: string; constant?: undefined; name?: undefined; outputs?: undefined; anonymous?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; name: string; type: string; }[]; name: string; type: string; constant?: undefined; outputs?: undefined; payable?: undefined; })[]; qERC20: ({ constant: boolean; inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; } | { inputs: { name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; constant?: undefined; name?: undefined; outputs?: undefined; anonymous?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; name: string; type: string; }[]; name: string; type: string; signature: string; constant?: undefined; outputs?: undefined; payable?: undefined; stateMutability?: undefined; })[]; qADA: ({ constant: boolean; inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; } | { inputs: { name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; constant?: undefined; name?: undefined; outputs?: undefined; anonymous?: undefined; } | { payable: boolean; stateMutability: string; type: string; constant?: undefined; inputs?: undefined; name?: undefined; outputs?: undefined; signature?: undefined; anonymous?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; name: string; type: string; }[]; name: string; type: string; signature: string; constant?: undefined; outputs?: undefined; payable?: undefined; stateMutability?: undefined; })[]; LQ: ({ inputs: { internalType: string; name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; name?: undefined; constant?: undefined; outputs?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; signature: string; payable?: undefined; stateMutability?: undefined; constant?: undefined; outputs?: undefined; } | { constant: boolean; inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; })[]; Rainmaker: ({ inputs: { internalType: string; name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; name?: undefined; constant?: undefined; outputs?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; signature: string; payable?: undefined; stateMutability?: undefined; constant?: undefined; outputs?: undefined; } | { constant: boolean; inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; } | { constant: boolean; inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; })[]; Comptroller: ({ constant: boolean; inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; } | { inputs: any[]; payable: boolean; stateMutability: string; type: string; signature: string; constant?: undefined; name?: undefined; outputs?: undefined; anonymous?: undefined; } | { payable: boolean; stateMutability: string; type: string; constant?: undefined; inputs?: undefined; name?: undefined; outputs?: undefined; signature?: undefined; anonymous?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; name: string; type: string; }[]; name: string; type: string; signature: string; constant?: undefined; outputs?: undefined; payable?: undefined; stateMutability?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; signature: string; constant?: undefined; outputs?: undefined; payable?: undefined; stateMutability?: undefined; } | { constant: boolean; inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; signature: string; anonymous?: undefined; })[]; PriceFeed: string[]; LiqwidLens: { constant: boolean; inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; }[]; }; export declare const qTokens: string[]; export declare const underlyings: string[]; export declare const opfAssets: any[]; export declare const decimals: { qLQ: number; qADA: number; LQ: number; ADA: number; USDC: number; }; export declare const errorCodes: { comptroller: { codes: { '0': { error: string; description: string; hint: string; }; '1': { error: string; description: string; hint: string; }; '2': { error: string; description: string; hint: string; }; '3': { error: string; description: string; hint: string; }; '4': { error: string; description: string; hint: string; }; '5': { error: string; description: string; hint: string; }; '6': { error: string; description: string; hint: string; }; '7': { error: string; description: string; hint: string; }; '8': { error: string; description: string; hint: string; }; '9': { error: string; description: string; hint: string; }; '10': { error: string; description: string; hint: string; }; '11': { error: string; description: string; hint: string; }; '12': { error: string; description: string; hint: string; }; '13': { error: string; description: string; hint: string; }; '14': { error: string; description: string; hint: string; }; '15': { error: string; description: string; hint: string; }; '16': { error: string; description: string; hint: string; }; '17': { error: string; description: string; hint: string; }; }; info: { '0': { error: string; description: string; hint: string; }; '1': { error: string; description: string; hint: string; }; '2': { error: string; description: string; hint: string; }; '3': { error: string; description: string; hint: string; }; '4': { error: string; description: string; hint: string; }; '5': { error: string; description: string; hint: string; }; '6': { error: string; description: string; hint: string; }; '7': { error: string; description: string; hint: string; }; '8': { error: string; description: string; hint: string; }; '9': { error: string; description: string; hint: string; }; '10': { error: string; description: string; hint: string; }; '11': { error: string; description: string; hint: string; }; '12': { error: string; description: string; hint: string; }; '13': { error: string; description: string; hint: string; }; '14': { error: string; description: string; hint: string; }; '15': { error: string; description: string; hint: string; }; '16': { error: string; description: string; hint: string; }; '17': { error: string; description: string; hint: string; }; '18': { error: string; description: string; hint: string; }; }; }; };