type DocsOptions = { source: string; output: string; format: "md" | "adoc" | "html"; silent: boolean; archive: boolean; }; export declare function docs(options?: Partial): Promise; export {};