import { type Handle } from '@sveltejs/kit';
import type { passwordProtectOptions } from './types.js';
export declare const createPasswordProtectHandler: (options: passwordProtectOptions) => Handle;
