export default function isValid(message?: string, options?: {
    inverted?: boolean;
}): void;
