/**
 * Returns whether the native build includes FFmpeg.
 *
 * When `false`, streaming, remote URL metadata, several decode/playback paths,
 * M4A concatenation, and Android non-WAV recording are unavailable. See the
 * runtime flags docs for the full feature matrix.
 */
export declare function isFfmpegEnabled(): boolean;
//# sourceMappingURL=flags.d.ts.map