import { ts } from "ts-morph";
declare const findParentTypeAlias: (node: ts.Node) => ts.TypeAliasDeclaration | ts.InterfaceDeclaration | undefined;
export default findParentTypeAlias;
