/**
 * Get the base node RPC URL for a given network. Can also be used as a Paymaster URL
 *
 * @param network - The network identifier
 * @returns The base node RPC URL or undefined if the network is not supported
 */
export declare function getBaseNodeRpcUrl(network: "base" | "base-sepolia"): Promise<string | undefined>;
//# sourceMappingURL=getBaseNodeRpcUrl.d.ts.map