export declare const ADDRESS_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const CUSTOMER_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const CUSTOMER_GROUP_FRAGMENT: import("apollo-angular").TypedDocumentNode; export declare const GET_CUSTOMER_LIST: import("apollo-angular").TypedDocumentNode; export declare const CREATE_CUSTOMER: import("apollo-angular").TypedDocumentNode; export declare const UPDATE_CUSTOMER: import("apollo-angular").TypedDocumentNode; export declare const DELETE_CUSTOMER: import("apollo-angular").TypedDocumentNode; export declare const DELETE_CUSTOMERS: import("apollo-angular").TypedDocumentNode; export declare const CREATE_CUSTOMER_ADDRESS: import("apollo-angular").TypedDocumentNode; export declare const UPDATE_CUSTOMER_ADDRESS: import("apollo-angular").TypedDocumentNode; export declare const DELETE_CUSTOMER_ADDRESS: import("apollo-angular").TypedDocumentNode; export declare const CREATE_CUSTOMER_GROUP: import("apollo-angular").TypedDocumentNode; export declare const UPDATE_CUSTOMER_GROUP: import("apollo-angular").TypedDocumentNode; export declare const DELETE_CUSTOMER_GROUP: import("apollo-angular").TypedDocumentNode; export declare const DELETE_CUSTOMER_GROUPS: import("apollo-angular").TypedDocumentNode; export declare const GET_CUSTOMER_GROUPS: import("apollo-angular").TypedDocumentNode; export declare const GET_CUSTOMER_GROUP_WITH_CUSTOMERS: import("apollo-angular").TypedDocumentNode; export declare const ADD_CUSTOMERS_TO_GROUP: import("apollo-angular").TypedDocumentNode; export declare const REMOVE_CUSTOMERS_FROM_GROUP: import("apollo-angular").TypedDocumentNode; export declare const GET_CUSTOMER_HISTORY: import("apollo-angular").TypedDocumentNode; export declare const ADD_NOTE_TO_CUSTOMER: import("apollo-angular").TypedDocumentNode; export declare const UPDATE_CUSTOMER_NOTE: import("apollo-angular").TypedDocumentNode; export declare const DELETE_CUSTOMER_NOTE: import("apollo-angular").TypedDocumentNode;