export namespace mutations { export { addItems }; export { create }; export { removeItems }; export { updateAttributes }; export { updateBuyerIdentity }; export { updateDiscountCode }; export { updateItems }; export { updateNote }; } declare const addItems: string; declare const create: string; declare const removeItems: string; declare const updateAttributes: string; declare const updateBuyerIdentity: string; declare const updateDiscountCode: string; declare const updateItems: string; declare const updateNote: string; export {}; //# sourceMappingURL=mutations.d.ts.map