import type { FieldReferences } from '../query-items/field-references'; import { MalloyElement } from '../types/malloy-element'; export declare class FieldListEdit extends MalloyElement { readonly edit: 'accept' | 'except'; readonly refs: FieldReferences; elementType: string; constructor(edit: 'accept' | 'except', refs: FieldReferences); }