import { CallRequestDTO } from './CallRequestDTO'; export type CallRequestInterceptor = (request: CallRequestDTO) => Promise | CallRequestDTO; //# sourceMappingURL=CallRequestInterceptor.d.ts.map