/**
 * Copyright IBM Corp. 2024, 2025
 */
export type Gateway = Record<string, any>;
export declare class GatewayFactory {
    create(raw: object): Gateway;
}
//# sourceMappingURL=gateway.factory.d.ts.map