import { expectType } from 'tsd' import { DCC, Rule } from "./"; expectType>(DCC.fromRaw('test')) expectType>(DCC.fromImage('path')) expectType(Rule.fromJSON({})) expectType(Rule.fromFile('path'))