import type { Application } from '../../declarations'; export declare class ResetAccountService { private app; constructor(app: Application); create(data: { password: string; }, params?: any): Promise<{ status: string; message: string; }>; }