import { FaqsService } from './faqs.service';
export declare class FaqsController {
    private readonly service;
    constructor(service: FaqsService);
    getFaqs(): Promise<import("./entities/faq.entity").Faq[]>;
}
