export declare function makePropertyMapper<T>(prototype: any, key: string, mapper: () => (state: any) => T): void;
