import ts from 'typescript'; export declare function isAmbientNode(node: ts.Declaration): boolean; export declare function isAmbient(node: ts.Declaration): boolean; export declare function getReturnTypeNode(node: ts.MethodDeclaration | ts.GetAccessorDeclaration): ts.TypeNode | undefined;