import { Command } from "@oclif/core"; export default class ScaffoldFrontend extends Command { static description: string; static examples: string[]; static flags: { react: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=frontend.d.ts.map