import type { Resolver } from '..'; import type { UserOrderPriceTag } from '../../..'; import type { PromiseType } from '../../../typings'; import type { Query } from './query'; type QueryUserOrder = PromiseType>; export type Root = QueryUserOrder; export declare const UserOrderResult: Record>; export declare function filterTaxPriceTags(priceTags: UserOrderPriceTag[]): { taxPriceTags: UserOrderPriceTag[]; taxPriceTagsTotal: number; }; export {}; //# sourceMappingURL=userOrder.d.ts.map