import type { Address, Chain, Client, Transport } from "viem"; import type { BundlerRpcSchema } from "../../client/decorators/bundlerClient"; export declare const getSupportedEntryPoints: >(client: TClient) => Promise;