export declare function isRemoteHttpUrl(path: string): boolean; /** * Stream via native URL when FFmpeg is enabled and byte ranges work (or HLS); * otherwise download fully so miniaudio can decode without FFmpeg. */ export declare function loadRemoteHttpSource(url: string, headers?: Record, forceDownload?: boolean): Promise; //# sourceMappingURL=remoteHttpSource.d.ts.map