export declare class LogoutDto {
    refreshToken?: string;
    refresh_token?: string;
    deviceId?: string;
}
