import { PrimitiveType } from './primitive-type.js'; export interface DictionaryTypes { keyPrimitiveType?: PrimitiveType; valuePrimitiveType?: PrimitiveType; typeIdentifier?: string | null; keyTypeIdentifier?: string | null; valueTypeIdentifier?: string | null; } //# sourceMappingURL=dictionary-types.d.ts.map