import type { RestEndpoint } from '../types'; export declare const getManyForSpace: RestEndpoint<'Usage', 'getManyForSpace'>; export declare const getManyForOrganization: RestEndpoint<'Usage', 'getManyForOrganization'>;