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