/** The resolution of the output video. */ export declare const CreatifyAuroraRequestResolution: { readonly FourHundredEightyP: "480p"; readonly SevenHundredTwentyP: "720p"; }; export type CreatifyAuroraRequestResolution = (typeof CreatifyAuroraRequestResolution)[keyof typeof CreatifyAuroraRequestResolution];