import ts from 'typescript'; export declare function getParameters(signature: ts.Signature): ReadonlyArray; export declare function getReturnType(signature: ts.Signature): ts.Type; export declare function isFailure(signature: ts.Signature): boolean; export declare function getDeclaration(signature: ts.Signature): ts.SignatureDeclaration;