export declare function parsePortFromArgs(programArguments: string[] | undefined): number | null; export declare function resolveGatewayPortFromConfig(configPath?: string): number; export declare function renderGatewayServiceStartHints(env?: NodeJS.ProcessEnv): string[];