interface UsePlayerHookProps { url: string; } export declare const usePlayerHook: ({ url }: UsePlayerHookProps) => {}; export {};