import type { TimestampUnit } from '../../../model/malloy_types'; import { MalloyElement } from '../types/malloy-element'; export declare class Timeframe extends MalloyElement { elementType: string; readonly text: TimestampUnit; constructor(timeframeName: string); }