/// <reference types="node" />
import type { Flags } from '../types';
import * as path from 'path';
export default function getAssets(themePath: string, flags: Flags): [path.ParsedPath, string][];
