import type { IAudioStream } from "@vkontakte/videoplayer-core"; export declare const getAudioStreamDisplayLabel: (stream: IAudioStream | undefined, allStreams: IAudioStream[]) => string;