import { Configuration, Result } from './types';
export default function vhCheck(options?: string | Configuration): Result;
