//#region src/dev/client.d.ts type DevClientOptions = { port: number; activate?: boolean; }; declare function startDevClient({ port }: DevClientOptions): void; //#endregion export { startDevClient };