declare function ExtractKey<T>(key: unknown): keyof T | null;
export { ExtractKey };
