import * as ts from "typescript"; export declare function isWithinParameterDeclaration(node: ts.Node): boolean;