import type { CommandCallback, CommandOptions } from 'tsds-lib';
export default function command(_args: string[], options: CommandOptions, callback: CommandCallback): undefined;
