export declare const useVidstackSrc: ({ src, type, stream }: { src: any; type: any; stream: any; }) => { normalizedSrcObject: import("vue").ComputedRef<{ src: unknown; type: string; }>; };