import * as tsm from 'ts-morph'; export declare function getWrapperSignature({ declaration, }: { declaration: tsm.ClassDeclaration | tsm.InterfaceDeclaration; }): string; //# sourceMappingURL=get-wrapper-signature.d.ts.map