/**
 * Returns the path to the app.config.schema.json file within the dt-app package.
 */
export declare function getAppConfigSchemaPath(root: string, projectName?: string): string;
/** 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;
