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