import { SetNgrokEnabledInput } from './types'; export declare const setNgrokEnabled: ({ nodeAddress, token, enabled, }: SetNgrokEnabledInput) => Promise<{ tunnel?: string; }>;