import { IOptions } from './types';
export default function propertyMapper<T = any>(schema: T, transform: IOptions['propertyMapper']): T;
//# sourceMappingURL=property-mapper.d.ts.map