import { GatewayUrl } from "@hypernetlabs/objects"; interface IState { loading: boolean; error: any; gatewaysMap: Map; openGatewayIFrame: (gatewayUrl: GatewayUrl) => void; deauthorizeGateway: (gatewayUrl: GatewayUrl) => void; authorizeGateway: (gatewayUrl: GatewayUrl, successCallback?: Function) => void; } export declare function useGateways(): IState; export {}; //# sourceMappingURL=useGateways.d.ts.map