/**
 *
 * @param platformUrl The URL of the platform used
 * @param localUrl The Local URL that the user will used on development
 * @param printFunctions Text containing all the available functions
 * @param printActions
 */
export declare function logReadyForDevelopmentInfo(config: {
    appId: string;
    root: string;
    functionsDir: string;
    actionsDir: string;
    documentsDir: string;
    widgetSettingsDir: string;
    functionsGlob: string;
    environmentUrl: string;
}, platformUrl: string, localUrl: string, locationAppIds: string): Promise<void>;
