export declare const forgotPasswordToken: (userName: string, resetLink: string) => string;
