export function scrambleText(params?: ScrambleTextParams): FunctionValue;
import type { ScrambleTextParams } from '../types/index.js';
import type { FunctionValue } from '../types/index.js';
