export type NgDocArtifactProcessor = (artifact: string, type: string) => string;
