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