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