export declare const firstName: RegExp[]; export declare const lastName: RegExp[]; export declare const name: RegExp[]; export declare const ipAddress: RegExp[]; export default function determineType(fieldName: string, field: string): string;