export declare const BOILERPLATE_OPTIONS: {
    name: string;
    description: string;
}[];
export declare const boilerplateChoices: string[];
export type BoilerplateChoice = (typeof boilerplateChoices)[number];
