import { MalloyElement } from '../types/malloy-element'; import type { QueryPropertyInterface } from '../types/query-property-interface'; import { LegalRefinementStage } from '../types/query-property-interface'; export declare class Limit extends MalloyElement implements QueryPropertyInterface { readonly limit: number; elementType: string; queryRefinementStage: LegalRefinementStage; forceQueryClass: undefined; constructor(limit: number); }