export declare function getKeyFromObject(object: Record<string, any>, keys: string | string[], throwErr?: boolean, noRecreate?: boolean): any;
