/** * Check if the current directory's .env contains vess:// references. * If so and the command is not a safe wrapper, output an additionalContext * JSON to stdout for Claude Code's PreToolUse hook contract. */ export declare function runHookCheckEnv(command?: string): Promise; /** * CLI entry point: reads stdin for the tool input JSON from Claude Code, * extracts the command, and runs the check. */ export declare function runHookCheckEnvFromStdin(): Promise; //# sourceMappingURL=hook-check-env.d.ts.map