import * as ts from "../../adapters/typescript"; export declare function getNameFromTypeAliasDeclaration(s: ts.TypeAliasDeclaration): string;