import { ActionContext } from '..'; export declare const acceptTermsAndConditions: (context: ActionContext, { analyticsAccepted }: { analyticsAccepted: boolean; }) => Promise;