export { NearRpcClient, defaultClient } from '../client.js'; export { NearRpcError, type RpcRequest, type RpcResponse, type RpcError, } from '../types.js'; export * from '../generated-functions.js'; export * from '../convenience.js'; export type { DynamicRpcMethods, ConvenienceMethods, CompleteClientInterface, } from '../generated-types.js'; export { RPC_METHODS } from '@near-js/jsonrpc-types'; export { JsonRpcRequestSchema, JsonRpcResponseSchema, } from '@near-js/jsonrpc-types'; export declare function enableValidation(): void; //# sourceMappingURL=index.d.ts.map