import { OpenAPIObject } from '@nestjs/swagger'; export declare function getEndpoint(openApi: OpenAPIObject, path: string, method: string, queryParamValues?: {}): any[]; export declare function getAll(openApi: any): any[];