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