import { Entity } from '../entity'; import { Constructable } from '../../odata-common'; /** * @hidden */ export declare function transformReturnValueForUndefined(data: any, builderFn: (data: any) => ReturnT): ReturnT; export { transformReturnValueForUndefined as transformReturnValueForUndefinedV2 }; /** * @hidden */ export declare function transformReturnValueForEntity(data: any, entityConstructor: Constructable): ReturnT; export { transformReturnValueForEntity as transformReturnValueForEntityV2 }; /** * @hidden */ export declare function transformReturnValueForEntityList(data: any, entityConstructor: Constructable): ReturnT[]; export { transformReturnValueForEntityList as transformReturnValueForEntityListV2 }; /** * @hidden */ export declare function transformReturnValueForComplexType(data: any, builderFn: (data: any) => ReturnT): ReturnT; export { transformReturnValueForComplexType as transformReturnValueForComplexTypeV2 }; /** * @hidden */ export declare function transformReturnValueForComplexTypeList(data: any, builderFn: (data: any) => ReturnT): ReturnT[]; export { transformReturnValueForComplexTypeList as transformReturnValueForComplexTypeListV2 }; /** * @hidden */ export declare function transformReturnValueForEdmType(data: any, builderFn: (data: any) => ReturnT): ReturnT; export { transformReturnValueForEdmType as transformReturnValueForEdmTypeV2 }; /** * @hidden */ export declare function transformReturnValueForEdmTypeList(data: any, builderFn: (data: any) => ReturnT): ReturnT[]; export { transformReturnValueForEdmTypeList as transformReturnValueForEdmTypeListV2 }; //# sourceMappingURL=response-transformers.d.ts.map