import { Command } from '@oclif/core';
export default class Lock extends Command {
    run(): Promise<void>;
}
