import { IMessageResponse } from '@ackplus/nest-auth-contracts'; export declare class NestAuthLogoutResponseDto implements IMessageResponse { message: string; } export declare class NestAuthLogoutAllResponseDto implements IMessageResponse { message: string; } export declare class NestAuthPasswordResetLinkSentResponseDto implements IMessageResponse { message: string; } export declare class NestAuthPasswordResetResponseDto implements IMessageResponse { message: string; } export declare class NestAuthEmailVerificationSentResponseDto implements IMessageResponse { message: string; } export declare class NestAuthEmailVerifiedResponseDto implements IMessageResponse { message: string; } export declare class NestAuthPhoneVerificationSentResponseDto implements IMessageResponse { message: string; } export declare class NestAuthPhoneVerifiedResponseDto implements IMessageResponse { message: string; } export declare class NestAuthMfaToggleResponseDto implements IMessageResponse { message: string; } export declare class NestAuthMfaDeviceRemovedResponseDto implements IMessageResponse { message: string; } export declare class NestAuthMfaCodeSentResponseDto implements IMessageResponse { message: string; } export declare class NestAuthVerifyMfaResponseDto implements IMessageResponse { message: string; } export declare class NestAuthMfaDeviceVerifiedResponseDto implements IMessageResponse { message: string; } export declare class NestAuthMfaResetResponseDto implements IMessageResponse { message: string; } //# sourceMappingURL=auth-messages.response.dto.d.ts.map