222bcafc3b71905542c6f823577a87e788e9580c6d12c5d505e439d607abcabce7876da231cb315b6da288757763aa248ef8f282449bbfa15490b9be0b44b9 133 B

12345
  1. declare function getInferredName(key: PropertyKey): string;
  2. declare const x: typeof getInferredName | undefined | null;
  3. export = x;