export declare const DISCOUNT_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const PAYMENT_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const REFUND_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const ORDER_ADDRESS_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const ORDER_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const FULFILLMENT_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const PAYMENT_WITH_REFUNDS_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const ORDER_LINE_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const ORDER_DETAIL_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const GET_ORDERS_LIST: import("apollo-angular").TypedDocumentNode; export declare const GET_ORDER: import("apollo-angular").TypedDocumentNode; export declare const SETTLE_PAYMENT: import("apollo-angular").TypedDocumentNode; export declare const CANCEL_PAYMENT: import("apollo-angular").TypedDocumentNode; export declare const TRANSITION_PAYMENT_TO_STATE: import("apollo-angular").TypedDocumentNode; export declare const CREATE_FULFILLMENT: import("apollo-angular").TypedDocumentNode; export declare const CANCEL_ORDER: import("apollo-angular").TypedDocumentNode; export declare const REFUND_ORDER: import("apollo-angular").TypedDocumentNode; export declare const SETTLE_REFUND: import("apollo-angular").TypedDocumentNode; export declare const GET_ORDER_HISTORY: import("apollo-angular").TypedDocumentNode; export declare const ADD_NOTE_TO_ORDER: import("apollo-angular").TypedDocumentNode; export declare const UPDATE_ORDER_NOTE: import("apollo-angular").TypedDocumentNode; export declare const DELETE_ORDER_NOTE: import("apollo-angular").TypedDocumentNode; export declare const TRANSITION_ORDER_TO_STATE: import("apollo-angular").TypedDocumentNode; export declare const UPDATE_ORDER_CUSTOM_FIELDS: import("apollo-angular").TypedDocumentNode; export declare const TRANSITION_FULFILLMENT_TO_STATE: import("apollo-angular").TypedDocumentNode; export declare const MODIFY_ORDER: import("apollo-angular").TypedDocumentNode; export declare const ADD_MANUAL_PAYMENT_TO_ORDER: import("apollo-angular").TypedDocumentNode; export declare const CREATE_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const DELETE_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const ADD_ITEM_TO_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const ADJUST_DRAFT_ORDER_LINE: import("apollo-angular").TypedDocumentNode; export declare const REMOVE_DRAFT_ORDER_LINE: import("apollo-angular").TypedDocumentNode; export declare const SET_CUSTOMER_FOR_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const SET_SHIPPING_ADDRESS_FOR_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const SET_BILLING_ADDRESS_FOR_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const UNSET_SHIPPING_ADDRESS_FOR_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const UNSET_BILLING_ADDRESS_FOR_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const APPLY_COUPON_CODE_TO_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const REMOVE_COUPON_CODE_FROM_DRAFT_ORDER: import("apollo-angular").TypedDocumentNode; export declare const DRAFT_ORDER_ELIGIBLE_SHIPPING_METHODS: import("apollo-angular").TypedDocumentNode; export declare const SET_DRAFT_ORDER_SHIPPING_METHOD: import("apollo-angular").TypedDocumentNode;