import * as fromActions from '../actions/customer-coupon.action';
import { CustomerCouponSearchResult } from '../../../model/customer-coupon.model';
export declare const initialState: CustomerCouponSearchResult;
export declare function reducer(state: CustomerCouponSearchResult, action: fromActions.CustomerCouponAction): CustomerCouponSearchResult;
