import { ProviderInterface } from "starknet"; export declare const isContractDeployed: (provider: Pick, contractAddress: string) => Promise;