import type { FieldName } from '../types/field-space'; import { MalloyElement } from '../types/malloy-element'; export declare class PrimaryKey extends MalloyElement { readonly field: FieldName; elementType: string; constructor(field: FieldName); }