/** * Allow-list of package-bundled instruction documents, addressed by name. * Each maps to `dist/templates/` (emitted by the `copy-templates` build * step). Skills read these via `hula instructions ` instead of a copied * `.hublaunch/-instructions.md`, so the docs ship with the package and * leave no footprint in the consumer repo. */ export declare const INSTRUCTION_DOCS: Record; /** * `hula instructions ` — print a package-bundled instruction document to * stdout. Unknown names print the available names to stderr and exit non-zero. * * @param argv Arguments after the `instructions` subcommand (i.e. `[name]`). * @returns the process exit code. */ export declare function runInstructionsCommand(argv: string[]): Promise; //# sourceMappingURL=instructions.d.ts.map