export type { passwordProtectOptions, GetPasswordFormPage, TemplatePageProps } from './types.js';
export { type CacheAdapter } from './InMemoryCache.js';
export { createPasswordProtectHandler } from './PasswordProtectHandler.js';
export { InMemoryCache } from './InMemoryCache.js';
