import type { IJsHandlerOptions } from '../types/index.js';
export declare function transformLiteralText(literal: string, options: IJsHandlerOptions): string | undefined;
