/** The resolution of the output image. */ export declare const BytedanceSeedream5LiteRequestResolution: { readonly TwoK: "2K"; readonly ThreeK: "3K"; }; export type BytedanceSeedream5LiteRequestResolution = (typeof BytedanceSeedream5LiteRequestResolution)[keyof typeof BytedanceSeedream5LiteRequestResolution];