/** * Creates the README.md content for the compiled output. * * This helps LLMs understand the compiled Paraglide JS output. * See https://llmstxt.org/ for the format guidelines. */ export declare function createReadme(args: { projectPath?: string; }): string; //# sourceMappingURL=create-readme.d.ts.map