export declare class NativeValueResponse { string?: string; number?: number; boolean?: boolean; }