UNPKG

137 BTypeScriptView Raw
1import { Command } from 'clipanion';
2declare class TestCommand extends Command {
3 execute(): Promise<void>;
4}
5export { TestCommand };