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