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