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