export declare function memoizeGetters(cls: new (...args: any[]) => T, fields: (keyof T)[]): typeof cls;