import { IOperation } from "../interface/open-api-mine/i-operation"; import { ObjectProperty } from "../classes/object-property"; export declare const getServiceHttpFunction: (objProperty: ObjectProperty, httpMethod: string, path: string, operation: IOperation) => void;