import { type ZeBuildAssetsMap } from 'zephyr-agent'; /** * Extract assets map from a directory by recursively walking through it. Similar to * extractAstroAssetsMap but for any directory. */ export declare function extractAssetsFromDirectory(buildDir: string): Promise;