export declare type SdkConfig = {
    token: string;
    displayName: string;
    endpoint: string;
};
