export function objectKeyByValue<T>(object: { [id: string]: T }, value: T): string | undefined;
