declare global { interface DocsifyConfig { kroki?: Partial; } } export interface DocsifyKrokiOption { serverPath: string; langs: string[]; }