declare const getVideoProviderAndUid: (url: string) => {
    provider: string;
    providerUid: string;
} | undefined;
export { getVideoProviderAndUid };
