/**
 * @external
 * Allows clients to update the active funkit checkout item's displayable fields.
 * DANGER: Sensitive fields like asset and amounts should not be updateable by clients
 */
export declare const useUpdateActiveFunkitCheckout: () => {
    updateModalTitleMeta: (newMeta: string) => void;
};
