importtype { Transform } from'mdast-util-from-markdown';
/**
* Validates that MCPIntro components have a required url attribute.
* Throws an error during compilation if the attribute is missing.
*/declareconstvalidateMCPIntro: () =>Transform;
exportdefault validateMCPIntro;