/**
 * Holds constants for evaluation file keys.
 */
export declare const EvalConstants: {
    readonly QUERY: "query";
    readonly EXPECTED_TOOL_USE: "expected_tool_use";
    readonly RESPONSE: "response";
    readonly REFERENCE: "reference";
    readonly TOOL_NAME: "tool_name";
    readonly TOOL_INPUT: "tool_input";
    readonly MOCK_TOOL_OUTPUT: "mock_tool_output";
};
