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