import { type FlatEvolveOptions } from '../types/types-options.js'; /** * Try to normalize publicPath, if we have customized publicPath, should be converted to `https://cdn.example.com/assets/`, `/assets/` * @param evolveOptions * @returns `auto` or customizd publicPath */ export declare const resolvePublicPath: (evolveOptions: FlatEvolveOptions) => string;