import { IPSDESelectByKeyAction } from './ipsdeselect-by-key-action'; import { PSDEActionImplBase } from './psdeaction-impl-base'; import { IPSDEDataQuery } from '../ds/ipsdedata-query'; export declare class PSDESelectByKeyActionImpl extends PSDEActionImplBase implements IPSDESelectByKeyAction { get actionHolder(): 1 | 2 | 3; protected psdedataquery: IPSDEDataQuery | null; getPSDEDataQuery(): IPSDEDataQuery | null; get psDEDataQuery(): IPSDEDataQuery | null; getPSDEDataQueryMust(): IPSDEDataQuery; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeselect-by-key-action-impl.d.ts.map