import { entityKind } from './entity.js'; import { View } from './sql/sql.js'; import { Subquery } from './subquery.js'; export declare class SelectionProxyHandler | View> implements ProxyHandler | View> { static readonly [entityKind]: string; private config; constructor(config: SelectionProxyHandler['config']); get(subquery: T, prop: string | symbol): any; } //# sourceMappingURL=selection-proxy.d.ts.map