import type { TxtDocumentNode } from "@textlint/ast-node-types";
/**
 * parse text and return ast mapped location info.
 * @param {string} text
 * @returns {TxtNode}
 */
export declare function parse(text: string): TxtDocumentNode;
//# sourceMappingURL=plaintext-parser.d.ts.map