export default class ComputedUtil { static thisArg: any; static initComputed: boolean; static callback: Function | null; static computedName: string; }