export declare function skillInstalledLocally(): Promise; /** * Print a single-line tip on stdout when the skill is missing. No-op if: * - the skill IS installed * - --json mode is active (don't pollute structured output) * - LAMINA_NO_TIPS=1 in the environment (escape hatch for power users) */ export declare function maybePrintBootstrapHint(): Promise;