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