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