import { ApiMethodDeclaration } from "../../index"; import { Questroom } from "../types"; type ParamsData = string; type ResponseData = Questroom; declare const get: ApiMethodDeclaration; export { get };