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