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