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