basant307/AI_Governance_Project
045
1declare function getInferredName(key: PropertyKey): string;2 3declare const x: typeof getInferredName | undefined | null;4 5export = x;1declare function getInferredName(key: PropertyKey): string;2 3declare const x: typeof getInferredName | undefined | null;4 5export = x;