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