import { UserData } from '../../../entities';
export declare class SsoRequestDtoV1 {
    publisherId: string;
    userData: UserData;
}
export declare class AuthenticateSsoRequestDtoV1 extends SsoRequestDtoV1 {
    publisherToken: string;
}
