import type { PreparedDevelopmentApplicationHost } from "#internal/nitro/host/types.js";
export declare function computeDevelopmentHostFingerprint(host: PreparedDevelopmentApplicationHost): Promise<string>;
