import type { OpenapiConfig } from './getOpenapiConfig'; export declare const generateOpenapi: ({ appDir, basePath, output, template, root }: OpenapiConfig) => void; //# sourceMappingURL=generateOpenapi.d.ts.map