/**
 * @fileoverview Shared Zod schemas used across tool inputs and resource params.
 * @module mcp-server/tools/utils/_schemas
 */
import { z } from '@cyanheads/mcp-ts-core';
/** Canonical NCT identifier schema, e.g. NCT03722472. */
export declare const nctIdSchema: z.ZodString;
//# sourceMappingURL=_schemas.d.ts.map