export declare const h2ReservedKeywords: string[];
export declare const isReservedH2Keyword: (keyword: string) => boolean;
