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