//#region src/hooks/playback/mediaError.d.ts declare function toMediaError(cause: unknown): Error; declare function withMediaCauseMessage(message: string, cause: Error | undefined): string; //#endregion export { toMediaError, withMediaCauseMessage }; //# sourceMappingURL=mediaError.d.mts.map