export function requiresQuery(annotationSourceType: any): boolean; export function applyNativeColumns(annotation: any): any; export namespace ANNOTATION_TYPES_METADATA { namespace FORMULA { const value: string; const label: string; } namespace EVENT { const value_1: string; export { value_1 as value }; const label_1: string; export { label_1 as label }; export const supportNativeSource: boolean; } namespace INTERVAL { const value_2: string; export { value_2 as value }; const label_2: string; export { label_2 as label }; const supportNativeSource_1: boolean; export { supportNativeSource_1 as supportNativeSource }; } namespace TIME_SERIES { const value_3: string; export { value_3 as value }; const label_3: string; export { label_3 as label }; } } export const ANNOTATION_TYPES: {}; export const DEFAULT_ANNOTATION_TYPE: any; export namespace ANNOTATION_SOURCE_TYPES_METADATA { namespace NATIVE { const value_4: string; export { value_4 as value }; const label_4: string; export { label_4 as label }; } } export const ANNOTATION_SOURCE_TYPES: {}; export default ANNOTATION_TYPES;