import { type Address, type Contract, type ProviderRpcClient } from 'everscale-inpage-provider';
import { TokenFactoryAbi } from '../../models/tvm-token-factory/abi';
export declare function tokenFactoryContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof TokenFactoryAbi>;
