import { MobileProject } from "../project"; export declare class Framework { static getFramework(project: MobileProject): Promise; }