import { Completion, CompletionContext, CompletionResult } from '@codemirror/autocomplete'; export declare const entryTypes: readonly string[]; export declare const fieldNames: readonly string[]; export declare const monthAbbreviations: readonly string[]; export declare const journalAbbreviations: readonly string[]; export declare const snippets: readonly Completion[]; export declare function bibtexCompletionSource(context: CompletionContext): CompletionResult | null;