import * as ts from "../../adapters/typescript"; /** * @description * Returns the name of the provided class. * It throws error when the class has `undefined` name. */ export declare function getNameFromClassDeclaration(s: ts.ClassDeclaration): string;