/**
 * The default page number for promotion listings.
 */
export declare const PROMOTION_PAGE_DEFAULT = 1;
/**
 * The default number of promotions per page.
 */
export declare const PROMOTION_PER_PAGE_DEFAULT = 100;
