import { Constructor } from "../common/types"; declare const addComputations: (computationsFetcher: (self: any) => object) => >(BaseClass: T) => { new (...args: any[]): {}; } & T; export { addComputations };