import { LookupResult, StaticLookupCall } from '../../index'; export declare class DelayedStaticLookupCall extends StaticLookupCall { protected _delayDeferred: JQuery.Deferred; abort(): void; protected _getByKey(key: TKey): JQuery.Promise>; protected _getAll(): JQuery.Promise>; protected _getByText(text: string): JQuery.Promise>; protected _getByRec(rec: TKey): JQuery.Promise>; resolve(): void; } //# sourceMappingURL=DelayedStaticLookupCall.d.ts.map