/** * franklin panel — launch the local web dashboard. */ export declare function panelCommand(options: { port?: string; }): Promise;