interface NxStatic {
  $say: (msg: string) => void;
}
