export interface DocsNewOpts { type: "plan" | "issue" | "handoff" | "runbook" | "topic"; path: string; summary: string; owner: string; status?: string; severity?: string; now?: string; } export declare function createDocsFile(repoRoot: string, opts: DocsNewOpts): string; //# sourceMappingURL=docs-new.d.ts.map