import { IGotoActionPayload } from '@picsart/miniapp-sdk-types'; import { IGeneralContext } from '../types'; declare const handleGotoAction: (payload: IGotoActionPayload, context: IGeneralContext) => void; export default handleGotoAction;