import type { Builder, BuilderContext } from './types.js'; export declare function createStaticAssetsBuilder(context: BuilderContext): Builder;