export declare function createApp(options: {
    appName: string;
    template: string;
    appTitle: string;
    icon: string;
    footerContent: string;
    noGit: boolean;
}): Promise<string>;
