export declare const isNamedQualifiedTypeIdentifier: (node: object | null | undefined, obj: string, member: string) => boolean; export declare const hasClassMethod: (node: object | null | undefined, methodName: string) => boolean;