export interface DhfDraftCommandOptions { target: string; section?: string; format?: string; output?: string; } export declare function dhfDraftCommand(options: DhfDraftCommandOptions): Promise; //# sourceMappingURL=dhf-draft.d.ts.map