import { AbstractOrderFilledCancelledFetcher } from '@0xproject/order-utils'; import { BigNumber } from '@0xproject/utils'; import { BlockParamLiteral } from 'ethereum-types'; import { ExchangeWrapper } from '../contract_wrappers/exchange_wrapper'; export declare class OrderFilledCancelledFetcher implements AbstractOrderFilledCancelledFetcher { private readonly _exchange; private readonly _stateLayer; constructor(exchange: ExchangeWrapper, stateLayer: BlockParamLiteral); getFilledTakerAmountAsync(orderHash: string): Promise; isOrderCancelledAsync(orderHash: string): Promise; getZRXAssetData(): string; } //# sourceMappingURL=order_filled_cancelled_fetcher.d.ts.map