import type { RequiredActionFunctionToolCall, Run } from "openai/src/resources/beta/threads/runs";
import { MatcherUtils } from "expect";
export declare function toHaveUsedSomeAssistantTools(this: MatcherUtils, received: Run, expectedTools: string[] | RequiredActionFunctionToolCall.Function[]): Promise<{
    message: () => string;
    pass: boolean;
}>;
