import { type CreatePrShepherdMcpServerOptions } from "./server.mts"; export { createPrShepherdMcpServer } from "./server.mts"; export type { CreatePrShepherdMcpServerOptions } from "./server.mts"; /** Starts the local stdio-only MCP transport. */ export declare function runPrShepherdMcpStdio(options?: CreatePrShepherdMcpServerOptions): Promise;