export default function NotEmpty(value: string, error?: (value: string) => Error): asserts value is string;