import { OriTransaction, Transaction } from '../types'; export declare const getAllCreator: (transaction: OriTransaction) => Transaction['getAll'];