export function enable( parserState: ParserState, isStrictHarmony: boolean, ): void; export function isEnabled(parserState: ParserState): boolean; export type BuildInfo = import('../Module').BuildInfo; export type BuildMeta = import('../Module').BuildMeta; export type ParserState = import('../Parser').ParserState;