import { SendRequest } from './types.js'; declare const sendRequestProxy: (sendRequest: SendRequest, obj?: {}) => { [_ in string]: (...args: any[]) => Promise; }; export { sendRequestProxy };