declare const GATEWAY_URL = "http://127.0.0.1:9880"; declare function isGatewayHealthy(): boolean; declare function startGateway(): void; declare function stopGateway(): Promise; declare function _testSetHealthy(value: boolean | null): void; export { startGateway, stopGateway, isGatewayHealthy, GATEWAY_URL, _testSetHealthy };