import { VcSoundPlayerProvideType } from '../../types/VcSoundPlayer.types'; export declare function useSoundPlayerProvide(param: VcSoundPlayerProvideType): void; export declare function useSoundPlayerInject(): VcSoundPlayerProvideType;