import { KV } from '../../types';
declare const _default: (params: KV) => Promise<{
    video: string;
    cover: string;
    redirect: string;
}>;
export = _default;
