import * as ts from 'typescript'; export declare function hasField(config: ts.Expression | undefined, fieldName: string): boolean;