export declare class GatewayController { constructor(); healthCheck(): Promise<{ status: string; }>; } //# sourceMappingURL=gateway.controller.d.ts.map