import { StaticVoucherCampaignValueType } from './staticVoucherCampaignValueType'; export declare class StaticVoucherCampaignUpdate extends null { 'startDateTime': any | null; 'expirationDateTime': any | null; 'title': any | null; 'notes': any | null; 'valueType': StaticVoucherCampaignValueType; 'displayValue'?: any | null; 'merchantsReferenceID'?: any | null; 'validOnlyAtPOSRegisterIDs'?: any | null; 'paymentDesignID': string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): any; }