import type { Plugin } from 'routup'; import type { Spec } from 'swagger-ui-dist'; import type { UIOptions } from './type'; export declare function swaggerUI(document: Spec | string, options?: UIOptions): Plugin; //# sourceMappingURL=module.d.ts.map