import C from "./c"; export default class B { private c; constructor(c: C); hello(to: string): string; }