import { ObjectForExtending } from '../types/utils.type'; export declare const getSymbolFromObj: (obj: { [key: symbol]: string; } & ObjectForExtending, symbol: symbol) => T | undefined;