import { ForkEffect } from 'redux-saga/effects'; import { GatewaySagasConfig } from './types'; export declare const NO_IDENTITY_ERROR = "No identity found"; export declare const MISSING_DATA_ERROR = "Missing data needed for the message to sign"; export declare function createGatewaySaga(config: GatewaySagasConfig): () => IterableIterator;