import * as tsm from 'ts-morph'; export declare function getApparentType({ declaration, }: { declaration: tsm.Node; }): string; //# sourceMappingURL=get-apparent-type.d.ts.map