declare const getIn: (state: Record<string, any>, path: string[]) => unknown;
export default getIn;
