export default function create_video(description: string): Promise<{
    description: string;
    url: object;
}>;
