import { SchemaDescription } from './SchemaDescription';
export type ObjectIdentifier = {
    identifier: string;
    schemaDescription: SchemaDescription;
};
