import type { BuiltinName } from './builtins/types.js'; /** Builtin names that get auto-scaffolded when first used without a user stub */ export declare const SCAFFOLDABLE_BUILTINS: Set; /** Get the scaffold template for a builtin. Returns the source string from the default stub. */ export declare function getScaffoldTemplate(name: BuiltinName): string | undefined; //# sourceMappingURL=simTemplates.d.ts.map