import { ProjectType } from './definitions';
export declare const ASSETS_DIRECTORY: string;
export declare const PROJECT_FILE = "ionic.config.json";
export declare const PROJECT_TYPES: ProjectType[];
