export declare const MESSAGE_BRAKE = "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"; export declare const BASE_REPOSITORY = "https://github.com/aexol-studio/axolotl.git"; export type STARTERS = 'new'; type T = { [key in STARTERS]: { example: string; repo: `axolotl-starter-${key}`; description: string; isDeno?: boolean; }; }; export declare const STARTER_DICT: T; export {};