import type { State } from '../../types'; declare const getPlainText: (state: State | string) => string; export default getPlainText;