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