import type { ScryptParams } from './types.js'; export declare const ALLOWED_PARAMS: ScryptParams[]; export declare const DEFAULT_PARAMS: ScryptParams;