import Command from '../Command'; export default class StructureCommand extends Command { signature: string; description: string; handle(): Promise; } //# sourceMappingURL=StructureCommand.d.ts.map