/** * Finds and parses the correct assets.json file for a given stack or directory. * If a stackName is provided, will look for .assets.json first, then fallback to assets.json. * Returns an array of user asset source paths (displayName or source.path). */ export declare function getUserAssetSourcePaths(assetsDir: string, stackName?: string): string[];