import type { CommandArgs } from '../../wrapper.js'; import type { BuildDocsArgv } from './types.js'; export declare const handlerBuildCommand: ({ argv, config, collectSpecData, }: CommandArgs) => Promise; //# sourceMappingURL=index.d.ts.map