import type { ServerProxy } from 'lowlander/server'; import type { DashboardAPI } from '../server.js'; export declare function _dashboard(password: string): ServerProxy;