import { TestArgs } from '..';
export default function test(argvs: TestArgs): Promise<void>;
