import { type RunAddAdminViewCommandOptions } from './cli-add-shared.js'; /** * Add one DataViews-powered WordPress admin screen scaffold to an official * workspace project. */ export declare function runAddAdminViewCommand({ adminViewName, cwd, source }: RunAddAdminViewCommandOptions): Promise<{ adminViewSlug: string; projectDir: string; source?: string; }>;