#!/usr/bin/env node export { IConfigInterface } from "./configurator"; export { run } from "./runner"; export { ResultSymbol } from "./analyzer";