import type { AppConfig } from './types.js'; /** * Derives a readme from the passed config as well as project inspection. */ export default function app(this: unknown, config?: AppConfig): string; //# sourceMappingURL=index.d.ts.map