import { SyntaxType } from './types';
export interface KeywordMap {
    [name: string]: SyntaxType;
}
export declare const KEYWORDS: KeywordMap;
