import type { Node } from './ts-morph.ts'; /** Returns a stable position for an exported declaration, anchored at its identifier when available. */ export declare function getExportPosition(node: Node): number;