export declare const combineVideoStreamsSeamlessly: ({ files }: {
    files: string[];
}) => string;
