export function handler(argv: any): Promise<void>;
export function test(result: any): Promise<void>;
export const command: "test";
export const describe: string;
export function builder(yargs: any): any;
