import type { VRange } from '../types.js'; import type { VEditor } from '../virgo.js'; import type { BaseTextAttributes } from './base-attributes.js'; export declare function transformInput(inputType: string, data: string | null, attributes: TextAttributes, vRange: VRange, editor: VEditor): void; //# sourceMappingURL=transform-input.d.ts.map