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