import ts from 'typescript';
export declare const isConstructorParameterDefault: (node: ts.Node) => boolean;
