import type * as otel from '@opentelemetry/api'; import { SessionIdSymbol } from '@livestore/common'; import { State } from '@livestore/common/schema'; import type { ReactivityGraphContext } from './base-class.ts'; export declare const rowQueryLabel: (table: State.SQLite.ClientDocumentTableDef.Any, id: string | SessionIdSymbol | undefined) => string; export declare const makeExecBeforeFirstRun: ({ id, explicitDefaultValues, table, otelContext: otelContext_, }: { id?: string | SessionIdSymbol; explicitDefaultValues?: any; table: State.SQLite.TableDefBase; otelContext: otel.Context | undefined; }) => ({ store }: ReactivityGraphContext) => undefined; //# sourceMappingURL=client-document-get-query.d.ts.map