import { LookupCallModel } from '../index'; export interface StaticLookupCallModel extends LookupCallModel { /** delay in [ms]. By default that value is 0. */ delay?: number; data?: any[]; } //# sourceMappingURL=StaticLookupCallModel.d.ts.map