import { CollectionMappings } from "kuzzle"; /** * Base mappings for the "assets" collection. * * Those mappings does not contains the `measures` and `metadata` mappings. */ export declare const assetsMappings: CollectionMappings;