import { Cli, z } from "incur"; /** CLI command that starts the persistent local dashboard server. */ export declare const dashboard: Cli.Cli<{ [x: string]: { args: {}; options: { port: number; host: string; maxHistory: number; }; }; }, z.ZodObject<{ logger: z.ZodDefault>; }, z.core.$strip>, undefined>; //# sourceMappingURL=dashboard.d.ts.map