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