import { MethodCallValidator } from "@open-rpc/schema-utils-js";
import { OpenrpcDocument } from "@open-rpc/meta-schema";
/**
 * Memoized function to get bundler open rpc schema and validator
 */
export declare function getBundlerOpenRpcSchema(): Promise<{
    bundlerOpenRpcSchema: OpenrpcDocument;
    bundlerRpcValidator: MethodCallValidator;
}>;
