importtype { ConvertOptions, ConvertMarkdownOptions } from'./types.js';
/**
* Throw a TypeError if the provided arguments are not of the expected types.
*/exportdeclarefunctionthrowForInvalidArgumentTypes(text: string, options?: ConvertOptions | ConvertMarkdownOptions): void;