import { RestCommand } from "../../types.js"; //#region src/rest/commands/server/openapi.d.ts type OpenApiSpecOutput = Record; /** * Retrieve the OpenAPI spec for the current project. * @returns Object conforming to the OpenAPI Specification */ declare const readOpenApiSpec: () => RestCommand; //#endregion export { OpenApiSpecOutput, readOpenApiSpec }; //# sourceMappingURL=openapi.d.ts.map