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