import { FormItem } from '../../../types/index.js'; export declare const sshTunnelSections: ({ startVersion, endVersion, fieldNamesToHide, isProto, hideForConnectionUrl }: { startVersion: string; endVersion?: string; fieldNamesToHide?: string[]; isProto?: boolean; hideForConnectionUrl?: boolean; }) => FormItem[]; //# sourceMappingURL=sshtunnel.d.ts.map