/** * Node.js Upload Implementation */ import type { UploadWithProgressOptions, UploadWithProgressResult } from '@plyaz/types/api'; /** * Execute upload with retry logic for Node.js */ export declare function uploadWithProgressNode(options: UploadWithProgressOptions): Promise; //# sourceMappingURL=node.d.ts.map