export { instantiate } from "./instantiate.js"; export * from "./scaffold.js"; /** returns a list of all available commands */ export declare function names(): string[];