import { GenerateOptions } from '../types'; export declare const generatePswd: (options: GenerateOptions) => string;