export declare function convertProject(manifestPath?: string, backupPath?: string, projectDir?: string, devPreview?: boolean): Promise<void>;
