import { GenericArgumentForConcreteImplementation } from './generic-argument-for-concrete-implementation.js'; export interface ConcreteGenericInterfaceType { genericArguments?: Array | null; identifier?: string | null; genericClassIdentifier?: string | null; } //# sourceMappingURL=concrete-generic-interface-type.d.ts.map