import { type ServiceInitializer } from 'knifecycle'; export declare const definition: { operation: { security: ({ bearerAuth?: undefined; } | { bearerAuth: string[]; })[]; operationId: "getOpenAPI"; summary: "Get the API documentation."; tags: ["system"]; responses: { readonly "200": { readonly description: "Provides the private Open API documentation"; readonly content: { readonly "application/json": { readonly schema: { readonly type: "object"; }; }; }; }; }; }; path: "/openAPI"; method: "get"; }; declare const _default: ServiceInitializer<{ API: import("ya-open-api-types").OpenAPI; }, any>; export default _default;