import type { RestEndpoint } from '../types';
export declare const getMany: RestEndpoint<'ComponentType', 'getMany'>;
