declare type GetAuthorizationUrlFuncType = {
    callbackUrl: string;
    responseType?: string;
};
export default GetAuthorizationUrlFuncType;
