export declare const OPENAI_INTEGRATION_NAME = "OpenAI";
export declare const OPENAI_METHOD_REGISTRY: {
    readonly 'responses.create': {
        readonly operation: "chat";
    };
    readonly 'chat.completions.create': {
        readonly operation: "chat";
    };
    readonly 'embeddings.create': {
        readonly operation: "embeddings";
    };
    readonly 'conversations.create': {
        readonly operation: "chat";
    };
};
export declare const RESPONSES_TOOL_CALL_EVENT_TYPES: readonly [
    "response.output_item.added",
    "response.function_call_arguments.delta",
    "response.function_call_arguments.done",
    "response.output_item.done"
];
export declare const RESPONSE_EVENT_TYPES: readonly [
    "response.created",
    "response.in_progress",
    "response.failed",
    "response.completed",
    "response.incomplete",
    "response.queued",
    "response.output_text.delta",
    "response.output_item.added",
    "response.function_call_arguments.delta",
    "response.function_call_arguments.done",
    "response.output_item.done"
];
//# sourceMappingURL=constants.d.ts.map
