import type { PlaceholderPromptAnimationOptions } from './types';
export declare const cycleThroughPlaceholderPrompts: (placeholderPrompts: string[], activeTypewriterTimeouts: (() => void)[] | undefined, placeholderNodeWithText: HTMLElement, initialDelayWhenUserTypedAndDeleted?: number, options?: PlaceholderPromptAnimationOptions) => void;
