import { AuthenticationManagementBase } from './AuthenticationManagementBase'; import type { DataVerifySignupSetPasswordLong, SanitizedUser, VerifySignupSetPasswordLongServiceOptions } from '../types'; import type { Application, Params } from '@feathersjs/feathers'; export declare class VerifySignupSetPasswordLongService extends AuthenticationManagementBase { constructor(app: Application, options?: Partial); _create(data: DataVerifySignupSetPasswordLong, params?: Params): Promise; }