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