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