/**
 * Application constants
 */
/**
 * Default server port for OAuth callbacks and webhooks
 */
export declare const DEFAULT_SERVER_PORT = 3456;
/**
 * Parse a port number from string with validation
 */
export declare function parsePort(value: string | undefined, defaultPort: number): number;
//# sourceMappingURL=constants.d.ts.map