import type { AppNormalizedConfig } from '../types'; import type { AppToolsContext, AppToolsHooks } from '../types/plugin'; export declare const printInstructions: (hooks: AppToolsHooks, appContext: AppToolsContext, config: AppNormalizedConfig) => Promise;