default: {
    get: <T extends TSystemGet>(items: T) => Promise<ISystem<T>>;
    update: (items: any[]) => Promise<void>;
} = ...

Type declaration