import ts from 'typescript'; export declare function getParameters(signature: ts.Signature): readonly ts.Symbol[]; 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;