import type { LifecycleContext, PluginDefaultOptions, RoutesInfoActions } from '../../types'; export declare const isOpenapiDoc: (relativePath: string, context: LifecycleContext) => Promise; export declare const isOpenApiURL: (url: string, pageRelativePath: string, actions: PluginDefaultOptions & RoutesInfoActions, context: LifecycleContext) => Promise<{ isOpenapiDetected: boolean; isOpenapiValid: boolean; }>; //# sourceMappingURL=is-openapi-doc.d.ts.map