import type * as core from '@prismamedia/graphql-platform'; import type { SetOptional } from 'type-fest'; import type { Table } from '../../schema.js'; import { SelectStatement } from './select.js'; export declare class CountStatement extends SelectStatement { readonly table: Table; readonly context: core.OperationContext; readonly selectionKey: string; constructor(table: Table, context: core.OperationContext, statement: SetOptional); } //# sourceMappingURL=count.d.ts.map