export declare function resolveMirroredTranscriptText(params: {
    text?: string;
    mediaUrls?: string[];
}): string | null;
