//#region src/plugins/multi-session/error-codes.d.ts
declare const MULTI_SESSION_ERROR_CODES: {
  INVALID_SESSION_TOKEN: import("@better-auth/core/utils/error-codes").RawError<"INVALID_SESSION_TOKEN">;
};
//#endregion
export { MULTI_SESSION_ERROR_CODES };