/** * Executes a custom tunnel helper script and returns trimmed stdout. * Expects: script path points to an executable command. */ export declare function customTunnelScriptRun(scriptPath: string, args: string[]): Promise; //# sourceMappingURL=customTunnelScriptRun.d.ts.map