interface ViewerOptions { port?: string; target?: string; } export declare function createViewerServer(target?: string): import("node:http").Server; export declare function viewerCommand(options?: ViewerOptions): Promise; export {}; //# sourceMappingURL=viewer.d.ts.map