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