import { AgregatorQuestroomFavoriteRO } from '@escapenavigator/types/dist/agregator/agregator-questroom-favorite.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = AgregatorQuestroomFavoriteRO[]; export declare const findFavorites: ApiMethodDeclaration; export {};