/** * Resolves the absolute path to the bundled assets directory. * * The compiled CLI lives at dist/cli/cli/assets-path.js. * The assets are copied to dist/assets/ during build. * So from this script's location, assets are at ../../assets/ */ export declare function getAssetsPath(): string;