export declare class MissingControllerProps extends Error { constructor(controller: string); } export declare class MultipleRecommendationError extends Error { constructor(slotId: string); }