import { Command } from '@oclif/command';
export declare class Scaffold extends Command {
    static description: string;
    static examples: string[];
    static flags: {
        overwrite: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>;
    };
    run(): Promise<void>;
}
