import { InputState, PlaceholderContent } from '../types/hooks.js';
export declare function handlePaste(pastedText: string, currentDisplayValue: string, currentPlaceholderContent: Record<string, PlaceholderContent>, detectionMethod?: 'rate' | 'size' | 'multiline'): InputState | null;
//# sourceMappingURL=paste-utils.d.ts.map