import { OrderPurchaseTransaction } from './OrderPurchaseTransaction'; export declare class OrderPurchaseTransactionMapper { static getType(_: any): typeof OrderPurchaseTransaction; }