import { type Address, type Contract, type ProviderRpcClient } from 'everscale-inpage-provider';
import { DexStablePairAbi } from '../../models/dex-stable-pair/abi';
export declare function dexStablePairContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof DexStablePairAbi>;
