import { Gateway, GatewayClass } from '../types'; export declare class GatewayFactory { static getGateway(gateway: Gateway): GatewayClass; }