export type ValueOrGetter = T | (() => T); export declare function getValue(value: (() => any) | any): any;