import type * as ts from 'typescript'; export declare const processClassDeclaration: (node: ts.ClassDeclaration) => void;