export declare class GatewayTest {
    testGateway(): Promise<void>;
}
