export declare const TEMPLATE_REPO_URL = "https://github.com/zidsa/growth-theme"; export declare const TEMPLATE_REPO_GIT = "https://github.com/zidsa/growth-theme.git"; export interface CreateThemeOptions { themeName: string; targetDir?: string; skipGit?: boolean; onProgress?: (message: string) => void; } export interface RegisterExistingOptions { themeName: string; existingPath: string; onProgress?: (message: string) => void; } export declare function createThemeFromTemplate(options: CreateThemeOptions): Promise; export declare function registerExistingTheme(options: RegisterExistingOptions): Promise; //# sourceMappingURL=createTheme.d.ts.map