import { DocumentNode } from "graphql"; export declare const GET_CAMPAIGN_ACTION_ACTIVE_NOW: DocumentNode; export declare const GET_VOUCHERS: DocumentNode; export declare const CHECK_VALID_VOUCHER: DocumentNode; export declare const GET_CAMPAIGN_ACTIVE_NOW: DocumentNode; export declare const GET_PROMOTION_PRODUCT_PRICE: DocumentNode; export declare const GET_VOUCHER_AVAILABLE_FOR_CUSTOMER: DocumentNode; export declare const SUGGEST_VOUCHER: DocumentNode; export declare const GET_CAMPAIGN_ACTION_BY_ID: DocumentNode; export declare const SEARCH_PRODUCT_GIFT_PROMOTION_RESPONSE: DocumentNode; export declare const GET_CAMPAIGN: DocumentNode; export declare const SEARCH_PRODUCT_PRICE_PROMOTION_RESPONSE: DocumentNode; export declare const GET_VOUCHER_FOR_USER: (fields?: string[]) => DocumentNode;