import { Transformation } from "./Transformation.js";
/**
 * @summary SDK
 * @extends {SDK.Transformation}
 * @memberOf SDK
 */
declare class VideoTransformation extends Transformation {
}
export { VideoTransformation };
