import type { InitOptions } from '../types.js';
export declare function init(publicHostServerHost: string, subdomain: string, apiKey: string, { isHttps, port: localhostAppPort, workspacePath }: InitOptions): void;
