export declare const API: { MEETING_SPACES: { GET_ALL: string; GET_BY_ID: string; UPDATE_ONE: string; CREATE_ONE: string; }; };