export declare const lookup: (obj: any, field: string) => string | null;
