/** * @internal * * @example * * getValue(state, 'todos.ui') * */ export declare function getValue(obj: any, prop: string): any;