import { Promotion } from '~backend/marketing/marketing.model'; import { PromotionService } from '~backend/marketing/promotion/promotion.service'; export declare class RestaurantPromotionController { private readonly promotionService; constructor(promotionService: PromotionService); getPromotions(restaurantId: string): Promise; }