import type * as express from 'express';
import { type AccountsServer } from '@accounts/server';
export declare const registerPassword: (accountsServer: AccountsServer) => (import("express-validator").ValidationChain | ((req: express.Request, res: express.Response) => Promise<express.Response<any, Record<string, any>> | undefined>))[];
