import { ObjectWithId } from '../custom-types';
import { Mapper } from './mapper';
export declare function extractId<Tid>(item: ObjectWithId<Tid>): Tid;
export declare function extractAProperty<TObject, TProperty>(propertyName: keyof TObject): Mapper<TObject, TProperty>;
//# sourceMappingURL=extractAProperty.d.ts.map