import * as tsm from 'ts-morph'; export declare function getDeclarationName({ exportName, declaration, }: { exportName: string; declaration: tsm.ExportedDeclarations; }): string; //# sourceMappingURL=get-declaration-name.d.ts.map