export declare class AuthIdentifierDto { id: string; type: string; value: string; isVerified: boolean; source: string; verifiedBy: string; createdAt: Date; updatedAt: Date; }