import { AsyncOperation } from "../operation"; export declare class ExpectedAsyncOperationError extends Error { operation: AsyncOperation; constructor(operation: AsyncOperation); }