import { TransactionResponse } from '../Models'; export default class TransactionService { private readonly _key; constructor(key: string); status(): Promise; refundInfo(): Promise; cancelInfo(): Promise; }