import type { SynthesizedServeConfig } from './config-synthesizer.js'; export declare function computeFleetKey(config: SynthesizedServeConfig, host: string, serveBinPath?: string, servePort?: number): string; //# sourceMappingURL=fleet-key.d.ts.map