import { SwaggerRPathConf } from '../Meta/SwaggerTypes.js'; import { FunctionTemplateProps } from './FunctionTemplate.js'; declare function functionProps(route: string, t: 'get' | 'post' | 'patch' | 'delete' | 'update', cur: SwaggerRPathConf): FunctionTemplateProps; export default functionProps;