export declare type OAuthConsentGrantedResponse = {
    granted: boolean;
};
