import { AppJson } from './types/App'; export declare function processJson(appJson: AppJson): AppJson;