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<string, string>, forceDownload?: boolean): Promise<ArrayBuffer | string>;
//# sourceMappingURL=remoteHttpSource.d.ts.map