/** The 9 mustache templates the site is built from (basenames under templates/). */ export declare const SITE_TEMPLATE_NAMES: readonly string[]; /** The site's themeable assets (basenames under assets/). search-index.json is generated, not themed. */ export declare const SITE_ASSET_NAMES: readonly string[]; /** Read a bundled template or asset by basename (for scaffolding into a consumer). */ export declare function readSiteFile(kind: "template" | "asset", name: string): string; //# sourceMappingURL=scaffold.d.ts.map