/** Finds app config json schema in node_modules/dt-app and copies it to the .dt-app */
export declare function copyJsonConfigSchema(root: string, projectName?: string): void;
