import { RequestBase } from './request-base'; /** @description This request is sent after a user authenticates with the third party, this allows you the chance to fetch additional properties and append them onto the connection_context. */ export declare class GetConnectionContextRequest extends RequestBase { }