export declare function formatOrder<T = any>(order: any, options: {
    entity: any;
    includeTotals?: boolean;
}): T;
export declare function mapRepositoryToOrderModel(config: any, isRelatedEntity?: boolean): any;
//# sourceMappingURL=transform-order.d.ts.map