export declare type IdGetter = (value: Object) => string;
export declare const getIdField: (data: {
    id: any;
}) => any;
