export declare const LOADER_CLASS_NAME = "ModelProvider";
export declare const FLUTTER_AMPLIFY_CORE_IMPORT = "package:amplify_core/amplify_core";
export declare const COLLECTION_PACKAGE = "package:collection/collection.dart";
export declare const AMPLIFY_CORE_PREFIX = "amplify_core";
export declare const CUSTOM_LINTS_MESSAGE = "// NOTE: This file is generated and may not follow lint rules defined in your app\n// Generated files can be excluded from analysis in analysis_options.yaml\n// For more info, see: https://dart.dev/guides/language/analysis-options#excluding-code-from-analysis";
export declare const IGNORE_FOR_FILE = "// ignore_for_file: public_member_api_docs, annotate_overrides, dead_code, dead_codepublic_member_api_docs, depend_on_referenced_packages, file_names, library_private_types_in_public_api, no_leading_underscores_for_library_prefixes, no_leading_underscores_for_local_identifiers, non_constant_identifier_names, null_check_on_nullable_type_parameter, override_on_non_overriding_member, prefer_adjacent_string_concatenation, prefer_const_constructors, prefer_if_null_operators, prefer_interpolation_to_compose_strings, slash_for_doc_comments, sort_child_properties_last, unnecessary_const, unnecessary_constructor_name, unnecessary_late, unnecessary_new, unnecessary_null_aware_assignments, unnecessary_nullable_for_final_variable_declarations, unnecessary_string_interpolations, use_build_context_synchronously";
export declare const typeToEnumMap: Record<string, string>;
export declare const DART_RESERVED_KEYWORDS: string[];
export declare const DART_AMPLIFY_CORE_TYPES: {
    ModelProviderInterface: string;
    ModelSchema: string;
    ModelType: string;
    Model: string;
    ModelIndex: string;
    ModelIdentifier: string;
    UUID: string;
    QueryModelIdentifier: string;
    QueryField: string;
    ModelSchemaDefinition: string;
    ModelFieldDefinition: string;
    ModelFieldTypeEnum: string;
    ModelFieldType: string;
    AuthRule: string;
    AuthRuleProvider: string;
    AuthStrategy: string;
    ModelOperation: string;
    AmplifyCodeGenModelException: string;
    AmplifyExceptionMessages: string;
    enumToString: string;
    enumFromString: string;
};
export declare const MODEL_FILED_VALUE_CLASS = "\nclass ModelFieldValue<T> {\n  const ModelFieldValue.value(this.value);\n\n  final T value;\n}\n";
//# sourceMappingURL=dart-config.d.ts.map