import { Tsoa } from "@tsoa/runtime"; import { ApiMethod } from "../metadataGeneration/api/v0/search_by_name/core"; declare type URIEndpointArgs = unknown; declare type RequestPayload = unknown; declare type ResponsePayload = unknown; export declare function parseApiMethodToTsoaMethod(apiMethod: ApiMethod): Tsoa.Method; export {};