import type { Manifest } from '../types';
export default function getManifest(themePath: string): Manifest;
