ssap_app/node_modules/@expo/ws-tunnel/build/index.d.ts

5 lines
256 B
TypeScript

import { type TunnelOptions } from './tunnel/tunnel';
export type { TunnelOptions as WsTunnelOptions } from './tunnel/tunnel';
export declare function startAsync(options: TunnelOptions): Promise<string>;
export declare function stopAsync(): Promise<void>;