export declare const APP_TEMPLATES_CONFIG: {
    name: string;
    githubUrl: string;
    folder: string;
    branch: string;
}[];
