import { Node, type ModuleDeclaration } from "ts-morph";
export declare function isShorthandAmbientModule(node: Node): node is ModuleDeclaration;
