import { CliOpts } from "./internal/compile"; declare const test: (args: CliOpts) => Promise; export default test;