export type OpenapiConfig = { appDir: string | undefined; basePath: string | undefined; output: string; template: string; root: string | undefined; }; export declare const getOpenapiConfig: ({ output, template, root, dir, }: { output: string | undefined; template: string | undefined; root: string | undefined; dir?: string; }) => Promise; //# sourceMappingURL=getOpenapiConfig.d.ts.map