export default tasks; export type GlobalOptions = import("./types.js").GlobalOptions; export type DocsOptions = import("./types.js").DocsOptions; export type Task = import("listr").ListrTaskWrapper; export type PublishDocsConfig = { user: string; email: string; message: string; directory: string; cname?: string | undefined; }; declare const tasks: Listr; import Listr from 'listr'; //# sourceMappingURL=docs.d.ts.map