export declare class StopSessionDto {
    responseUrl: string;
    sessionId: string;
}
