import { ClassMetadata, PropertyMetadata, SystemVariableMetadata } from './MetadataTypes.js'; export declare function clearMetadataCache(): void; export declare function getClassMetadata(type: Function | string): ClassMetadata | undefined; export declare function getClassPropertyMetadata(type: Function | string): PropertyMetadata[]; export declare function getSystemVariableMetadata(type: Function | string): SystemVariableMetadata[]; export declare function getSystemVariableMetadataMap(type: Function | string): Map; //# sourceMappingURL=MetadataStore.d.ts.map