import type { StartOptions } from '../types.js';
export declare function start(publicHostServerHost: string, subdomain: string, apiKey: string, options: Partial<StartOptions>): void;
export declare function startFromConfig(): void;
