import { FrequentlyBoughtTogetherService } from '../services/frequently-bought-together.service'; export declare class FrequentlyBoughtTogetherAdminResolver { private frequentlyBoughtTogetherService; constructor(frequentlyBoughtTogetherService: FrequentlyBoughtTogetherService); }