/** How the model uses the image: `subject` places its subject or scene elements into the video; `style` transfers its visual style. */ export declare const VeoImageReferenceRole: { readonly Subject: "subject"; readonly Style: "style"; }; export type VeoImageReferenceRole = (typeof VeoImageReferenceRole)[keyof typeof VeoImageReferenceRole];