import { s as AgentMessage } from "../../types-BoFHdU9q.js"; import { Zt as ProviderSanitizeReplayHistoryContext } from "../../plugin-entry-BTRQGtzH.js"; //#region extensions/github-copilot/replay-policy.d.ts declare function stripCopilotAssistantThinkingMessages(messages: T[]): T[]; declare function buildGithubCopilotReplayPolicy(modelId?: string): { dropThinkingBlocks: boolean; } | { dropThinkingBlocks?: undefined; }; declare function sanitizeGithubCopilotReplayHistory(ctx: ProviderSanitizeReplayHistoryContext): AgentMessage[]; //#endregion export { buildGithubCopilotReplayPolicy, sanitizeGithubCopilotReplayHistory, stripCopilotAssistantThinkingMessages };