import { type Scope, type Template } from "../common/types"; import { type Signal } from "./signals"; export declare const _template: (id: string, template: string | 0, walks?: string | 0, setup?: ((scope: Scope) => void) | 0, inputSignal?: Signal) => Template;