import type { Settings } from './configuration.js';
export declare function validateKey(request: any, response: any, settings: Settings): boolean;
export declare function loadKey(): Promise<string>;
