export default class Bloks {
    private static getTransaction;
    private static extractOrderResponse;
    static getOrderId(transactionId: string): Promise<{
        order_id: number;
        pair_id: number;
    }>;
}
