/** * @prettier * @hidden */ import { IBaseCoin } from '../baseCoin'; import { BitGoBase } from '../bitgoBase'; /** * Internal function to centralize this route for wallet-scoped and enterprise-scoped queries * Params must contain either walletId or enterpriseId * @param params Id to query for pending transaction * @param baseCoin The coin object * @param bitgo The BitGo object * @returns result of the query */ export declare function getFirstPendingTransaction(params: { walletId?: string; enterpriseId?: string; }, baseCoin: IBaseCoin, bitgo: BitGoBase): Promise; //# sourceMappingURL=internal.d.ts.map