import type { Services } from '../../services.js'; import type { McpTool } from '../../utils/index.js'; /** * Creates the scapi_custom_apis_get_status tool. * * Mirrors CLI: b2c scapi custom status. All flags supported; agent chooses what to use. * See: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/custom-apis.html#b2c-scapi-custom-status */ export declare function createScapiCustomApisStatusTool(loadServices: () => Promise | Services): McpTool;