import type IAVMWebClientCallbackOptions from './IAVMWebClientCallbackOptions'; import type TResponseResults from './TResponseResults'; type TAVMWebClientCallback = (options: IAVMWebClientCallbackOptions) => void | Promise; export default TAVMWebClientCallback; //# sourceMappingURL=TAVMWebClientCallback.d.ts.map