/**
 * `MediaError.code` → human-readable text. `MediaError` itself has no message
 * worth surfacing for most codes (browsers leave it empty), so this maps the
 * spec's four error codes directly instead of trusting `error.message`.
 */
export declare function describeMediaError(error: MediaError | null | undefined): string;
