import { GetNgrokStatusInput } from './types'; export declare const getNgrokStatus: ({ nodeAddress, token, }: GetNgrokStatusInput) => Promise;