export declare const ProjectExtendedResponseAspectRatio: { readonly Sixteen9: "16:9"; readonly Nine16: "9:16"; readonly Four5: "4:5"; readonly One1: "1:1"; }; export type ProjectExtendedResponseAspectRatio = (typeof ProjectExtendedResponseAspectRatio)[keyof typeof ProjectExtendedResponseAspectRatio];