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