import { AgregatorQuestroomCardRO } from '@escapenavigator/types/dist/agregator/agregator-questroom-card.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = string; type ResponseData = AgregatorQuestroomCardRO[]; export declare const findQuestroomsWithCertificates: ApiMethodDeclaration; export {};