import { Command } from 'clipanion';
export declare class VersionCommand extends Command {
    static paths: string[][];
    execute(): Promise<void>;
}
