/**
 * Get Bundle Config Tool
 * Retrieve bundle configuration adapted for specific client
 */
import { MCPTool, ToolResult } from '../types.js';
/**
 * Get bundle config arguments
 */
export interface GetBundleConfigArgs {
    bundle_id: string;
}
export declare const getBundleConfigTool: MCPTool<GetBundleConfigArgs, ToolResult>;
//# sourceMappingURL=get-bundle-config.d.ts.map