import { MysqlTransactionRes } from '../index';
declare function fetchTransaction(): Promise<MysqlTransactionRes>;
export default fetchTransaction;
