import { PHP } from '../php-wasm/index.js'; import { type WPNowOptions, WPNowMode } from './config.ts'; export default function startWPNow(options?: Partial): Promise<{ php: PHP; options: WPNowOptions; }>; export declare function getThemeTemplate(projectPath: string): string | void; export declare function inferMode(projectPath: string): Exclude;