import CommandHandler from './CommandHandler.js';
export default class TestScript extends CommandHandler {
    constructor();
}
