import type { Settings } from '../types/index.js'; export declare function mirrorAssetsToLocales(settings: Settings): Promise; /** * If you specify in config you have blob patterns pointing to assets (jpg, png, etc.) * Moves static assets into a specified directory and goes thru src files and updates refrence to static assets * @param settings * @returns */ export default function processSharedStaticAssets(settings: Settings): Promise;