import { JsonObject } from "./glitchClient.js"; export declare function presentRun(data: JsonObject): string; export declare function presentFinalReport(data: JsonObject): string; export declare function presentActions(data: JsonObject): string; export declare function presentGuidance(data: JsonObject): string; export declare function presentArtifacts(data: JsonObject): string; export declare function presentTitles(data: JsonObject): string; export declare function presentBilling(data: JsonObject): string; export declare function presentAnalytics(data: JsonObject): string;