import type { Integration } from './constants.js'; export declare function getCallbackPath(integration: Integration): string; /** * Detect the dev server port for a framework. * Checks config files first, falls back to framework default. */ export declare function detectPort(integration: Integration, installDir: string): number;