export declare function isTestHost(): boolean; export declare function getValueByHost({ value, defaultValue }: { value: any; defaultValue: any; }): any;