import { ModelIntrospectionSchema } from '@aws-amplify/appsync-modelgen-plugin'; import { Schema as DataStoreSchema } from '@aws-amplify/datastore'; import { GenericDataSchema } from './types'; export declare function getGenericFromDataStore(dataStoreSchema: ModelIntrospectionSchema | DataStoreSchema): GenericDataSchema; //# sourceMappingURL=generic-from-datastore.d.ts.map