import { Content, Plain, Position } from "../types"; export declare function createPlain(position: Position, content: Content, value: string): Plain;