import type { Mapper, MetadataIdentifier, MetadataList } from '../types'; export declare function storeMetadata(mapper: Mapper, model: MetadataIdentifier, metadataList: MetadataList): void;