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