export interface DlMarkupArgs {
  outdir?: string;
  noCompile?: boolean;
  markupVerbose?: boolean;
}
