export declare function filterToolNamesByMessageProvider(toolNames: readonly string[], messageProvider?: string): string[]; export declare function filterToolsByMessageProvider(tools: readonly TTool[], messageProvider?: string): TTool[];