import { GluegunToolbox } from '../domain/toolbox';
/**
 * Builds the code generation feature.
 *
 * @param toolbox The running toolbox.
 */
export default function attach(toolbox: GluegunToolbox): void;
