import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-static-semantics-isstrict */ export declare function IsStrict({ ScriptBody }: ParseNode.Script): boolean; //# sourceMappingURL=IsStrict.d.mts.map