/** Returns true for remote media URLs that should stay URL-backed instead of local-file-backed. */ export declare function isPassThroughRemoteMediaSource(value: string | null | undefined): boolean;