import { Services } from '@forge/manifest'; export declare type TunnelCommandOptions = { debug?: boolean; debugFunctionHandlers?: string[]; debugStartingPort: string; environment?: string; verify?: boolean; url?: string; localPort?: number; }; export declare type TunnelOptions = Omit & { debugStartingPort: number; assistantName?: string | null; containersDockerComposeFiles?: Record; }; export declare const defaultDebugStartingPort = 9229; export declare const TUNNEL_BUNDLE_DIRECTORY: string; export declare const defaultNoDebugTunnelOptions: TunnelOptions; export declare const DEFAULT_PROXY_INGRESS_PORT = 7071; export declare const DEFAULT_PROXY_HEALTHCHECK_PORT = 7073; export declare const DEFAULT_PROXY_HEALTHCHECK_PORT_HOST_MACHINE = 7011; export declare function getServicePort(services?: Services, serviceKey?: string): Promise; //# sourceMappingURL=tunnel-options.d.ts.map