export declare const CodegenJobGenericDataSourceType: { readonly DATA_STORE: "DataStore"; }; export type CodegenJobGenericDataSourceType = (typeof CodegenJobGenericDataSourceType)[keyof typeof CodegenJobGenericDataSourceType]; export declare const CodegenGenericDataFieldDataType: { readonly AWS_DATE: "AWSDate"; readonly AWS_DATE_TIME: "AWSDateTime"; readonly AWS_EMAIL: "AWSEmail"; readonly AWS_IP_ADDRESS: "AWSIPAddress"; readonly AWS_JSON: "AWSJSON"; readonly AWS_PHONE: "AWSPhone"; readonly AWS_TIME: "AWSTime"; readonly AWS_TIMESTAMP: "AWSTimestamp"; readonly AWS_URL: "AWSURL"; readonly BOOLEAN: "Boolean"; readonly ENUM: "Enum"; readonly FLOAT: "Float"; readonly ID: "ID"; readonly INT: "Int"; readonly MODEL: "Model"; readonly NON_MODEL: "NonModel"; readonly STRING: "String"; }; export type CodegenGenericDataFieldDataType = (typeof CodegenGenericDataFieldDataType)[keyof typeof CodegenGenericDataFieldDataType]; export declare const GenericDataRelationshipType: { readonly BELONGS_TO: "BELONGS_TO"; readonly HAS_MANY: "HAS_MANY"; readonly HAS_ONE: "HAS_ONE"; }; export type GenericDataRelationshipType = (typeof GenericDataRelationshipType)[keyof typeof GenericDataRelationshipType]; export declare const JSModule: { readonly ES2020: "es2020"; readonly ESNEXT: "esnext"; }; export type JSModule = (typeof JSModule)[keyof typeof JSModule]; export declare const JSScript: { readonly JS: "js"; readonly JSX: "jsx"; readonly TSX: "tsx"; }; export type JSScript = (typeof JSScript)[keyof typeof JSScript]; export declare const JSTarget: { readonly ES2015: "es2015"; readonly ES2020: "es2020"; }; export type JSTarget = (typeof JSTarget)[keyof typeof JSTarget]; export declare const CodegenJobStatus: { readonly FAILED: "failed"; readonly IN_PROGRESS: "in_progress"; readonly SUCCEEDED: "succeeded"; }; export type CodegenJobStatus = (typeof CodegenJobStatus)[keyof typeof CodegenJobStatus]; export declare const SortDirection: { readonly ASC: "ASC"; readonly DESC: "DESC"; }; export type SortDirection = (typeof SortDirection)[keyof typeof SortDirection]; export declare const TokenProviders: { readonly FIGMA: "figma"; }; export type TokenProviders = (typeof TokenProviders)[keyof typeof TokenProviders]; export declare const FixedPosition: { readonly FIRST: "first"; }; export type FixedPosition = (typeof FixedPosition)[keyof typeof FixedPosition]; export declare const FormButtonsPosition: { readonly BOTTOM: "bottom"; readonly TOP: "top"; readonly TOP_AND_BOTTOM: "top_and_bottom"; }; export type FormButtonsPosition = (typeof FormButtonsPosition)[keyof typeof FormButtonsPosition]; export declare const FormDataSourceType: { readonly CUSTOM: "Custom"; readonly DATASTORE: "DataStore"; }; export type FormDataSourceType = (typeof FormDataSourceType)[keyof typeof FormDataSourceType]; export declare const StorageAccessLevel: { readonly PRIVATE: "private"; readonly PROTECTED: "protected"; readonly PUBLIC: "public"; }; export type StorageAccessLevel = (typeof StorageAccessLevel)[keyof typeof StorageAccessLevel]; export declare const FormActionType: { readonly CREATE: "create"; readonly UPDATE: "update"; }; export type FormActionType = (typeof FormActionType)[keyof typeof FormActionType]; export declare const LabelDecorator: { readonly NONE: "none"; readonly OPTIONAL: "optional"; readonly REQUIRED: "required"; }; export type LabelDecorator = (typeof LabelDecorator)[keyof typeof LabelDecorator];