import { type IPlugin } from '@unchainedshop/core';
export declare const UpdateTokenOwnershipPlugin: IPlugin;
export default UpdateTokenOwnershipPlugin;
export { UpdateTokenOwnership, RefreshTokens, configureRefreshTokensAutoscheduling } from './adapter.ts';
