export type GenerateXParams = {
    ctype: string;
    equivText: string;
};
export declare function generateX(parameters: GenerateXParams): string;
