/** * Default port configuration for FlowDrop * Provides backward compatibility and serves as an example configuration */ import type { PortConfig } from '../types/index.js'; export declare const DEFAULT_PORT_CONFIG: PortConfig;