import type { AppKitFrameTypes } from './AppKitFrameTypes'; export declare const AppKitFrameHelpers: { getBlockchainApiUrl(): string; checkIfAllowedToTriggerEmail(): Promise; checkIfRequestExists(request: AppKitFrameTypes.RPCRequest): boolean; checkIfRequestIsAllowed(request: AppKitFrameTypes.RPCRequest): boolean; checkIfRequestIsSafe(request: AppKitFrameTypes.RPCRequest): boolean; }; //# sourceMappingURL=AppKitFrameHelpers.d.ts.map