import { ARC0027MethodEnum } from "../enums"; import { BaseARC0027Error } from "../errors"; import type TResponseResults from './TResponseResults'; interface IAVMWebClientCallbackOptions { error: BaseARC0027Error | null; id: string; method: ARC0027MethodEnum; result: Result | null; requestId: string; } export default IAVMWebClientCallbackOptions; //# sourceMappingURL=IAVMWebClientCallbackOptions.d.ts.map