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