export declare const placeholderTestId = "placeholder-test-id";
export declare const TYPEWRITER_TYPE_DELAY = 50;
export declare const TYPEWRITER_PAUSE_BEFORE_ERASE = 2000;
export declare const TYPEWRITER_ERASE_DELAY = 40;
export declare const TYPEWRITER_CYCLE_DELAY = 500;
export declare const TYPEWRITER_TYPED_AND_DELETED_DELAY = 1500;
export declare const nodeTypesWithLongPlaceholderText: string[];
export declare const nodeTypesWithShortPlaceholderText: string[];
export declare const nodeTypesWithSyncBlockPlaceholderText: string[];
