import { LookupRow, StaticLookupCall } from '../../index'; export declare class ActiveDummyLookupCall extends StaticLookupCall { constructor(); protected _data(): any[]; protected _dataToLookupRow(data: any[]): LookupRow; } //# sourceMappingURL=ActiveDummyLookupCall.d.ts.map