import type { IAudioPlayer } from "../types"; export declare const useVKAudioPlayer: () => IAudioPlayer | null;