import { KeywordKind } from "./keyword"; export declare function isKeyword(text: string): text is KeywordKind;