import type { VimeoEmbedOptions, VimeoSource } from '../types'; export declare const parseVimeoSource: (source: VimeoSource) => string | null | undefined; export declare function createVimeoOEmbedUrl(url?: string | null, params?: VimeoEmbedOptions): string; //# sourceMappingURL=index.d.ts.map