declare type HyperSdkReactType = { preFetch(data: string): void; createHyperServices(): void; initiate(data: string): void; process(data: string): void; terminate(): void; onBackPressed(): boolean; isNull(): boolean; isInitialised(): Promise; }; declare const _default: HyperSdkReactType; export default _default;