import { Manifest } from './lib/Manifest.js'; /** * Get all package manifests in the working dir * @param rootDir defaults to cwd */ export declare function getAllManifests(rootDir?: string): Manifest[]; export type { DemoRecord } from './lib/Manifest.js';