import type { ProjectConfig } from "../../types.js";
export declare function copyBaseTemplate(projectDir: string, context: ProjectConfig): Promise<void>;
export declare function setupFrontendTemplates(projectDir: string, context: ProjectConfig): Promise<void>;
export declare function setupBackendFramework(projectDir: string, context: ProjectConfig): Promise<void>;
export declare function setupDbOrmTemplates(projectDir: string, context: ProjectConfig): Promise<void>;
export declare function setupAuthTemplate(projectDir: string, context: ProjectConfig): Promise<void>;
export declare function setupAddonsTemplate(projectDir: string, context: ProjectConfig): Promise<void>;
export declare function setupExamplesTemplate(projectDir: string, context: ProjectConfig): Promise<void>;
export declare function handleExtras(projectDir: string, context: ProjectConfig): Promise<void>;
