/** * suite_guide — Embedded documentation for the Personal Suite * * Topics are compiled into the binary (no filesystem dependency). * Returns markdown-formatted help for users and AI agents. */ export declare function getSuiteGuide(topic: string): string; export declare function getAllTopics(): string[]; //# sourceMappingURL=guide.d.ts.map