import type { Asset } from '../Asset.js'; export declare function logAssetGraph(asset: Asset, indent?: string): void;