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