import { LookupCall, LookupResult, LookupRow } from '../index'; export declare class PrepopulatedLookupCall extends LookupCall { lookupRows: LookupRow[]; protected _deferred: JQuery.Deferred>; constructor(); abort(): void; setLookupRows(lookupRows: LookupRow[] | LookupRow): void; protected _filterActiveLookupRow(lookupRow: LookupRow): boolean; protected _getAll(): JQuery.Promise>; protected _queryByAll(): void; protected _lookupRowsByAll(): LookupRow[]; protected _getByText(text: string): JQuery.Promise>; protected _queryByText(text: string): void; protected _lookupRowsByText(text: string): LookupRow[]; protected _getByKey(key: TKey): JQuery.Promise>; protected _queryByKey(key: TKey): void; protected _lookupRowByKey(key: TKey): LookupRow; protected _getByRec(rec: TKey): JQuery.Promise>; protected _queryByRec(rec: TKey): void; protected _lookupRowsByRec(rec: TKey): LookupRow[]; } //# sourceMappingURL=PrepopulatedLookupCall.d.ts.map