import type { DeriveKeyFunction } from '../types.js'; export declare function handler(options: { deriveKey: DeriveKeyFunction; }): void;