import { Dimensions } from '../source-properties/dimensions'; import { Measures } from '../source-properties/measures'; import type { MalloyElement } from './malloy-element'; export type QueryExtendProperty = Dimensions | Measures; export declare function isQueryExtendProperty(q: MalloyElement): q is QueryExtendProperty;