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