import type { VRow } from '../types';
export default function (pattern: string | RegExp): VRow['test'];
