import { Applications } from '@evil-gauss/core';
export declare class SocialResponseDto {
    readonly accessToken: string;
    readonly email: string;
    readonly firstName: string;
    readonly lastName: string;
    readonly provider: string;
    readonly application: Applications;
    readonly frontendUrl: string;
}
