export default interface ClientConfiguration {
    sessionId: string;
    timeout?: number;
    endpoint?: string;
}
