import type { SendMethod, TusState } from '../types'; declare const tusSend: (chunkedSender: any, tusState: TusState) => SendMethod; export default tusSend; //# sourceMappingURL=tusSend.d.ts.map