import { RestEndpoint } from './types'; export declare const get: RestEndpoint<'IndexedProperty', 'get'>; export declare const getMany: RestEndpoint<'IndexedProperty', 'getMany'>; export declare const create: RestEndpoint<'IndexedProperty', 'create'>; export declare const update: RestEndpoint<'IndexedProperty', 'update'>; export declare const del: RestEndpoint<'IndexedProperty', 'del'>;