import type { ManagerApi } from './types';
declare const api: Map<string, ManagerApi>;
export default api;
