import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = { count: number; }; export declare const countQuestrooms: ApiMethodDeclaration; export {};