export * from './packService';
import { PackService } from './packService';
export * from './packServiceInterface';
export * from './systemService';
import { SystemService } from './systemService';
export * from './systemServiceInterface';
export declare const APIS: (typeof PackService | typeof SystemService)[];
