import { ClassInformation, NodeWithProperties } from '../types'; export declare function extractClassInformationFromNode(node: NodeWithProperties): ClassInformation | undefined;