import { ValidationError } from '.';
import { Text } from '../types';
import type { Path } from './path';
export declare function assertText(text: Text, path: Path): ValidationError[];
