/** * Vault Dashboard Generator * * Generates an Obsidian-compatible markdown file with Dataview plugin queries. * The resulting file is written to Foundation/_dashboard.md inside the vault. * Dataview handles all dynamic querying at render time — this function only * produces the static template with embedded query blocks. */ export declare function generateDashboard(): string; //# sourceMappingURL=dashboard.d.ts.map