/** * This method is used to check if the app has been granted all the requested scopes. * * @experimental * @param event The event that triggered the request, must be a trusted event. * @returns true if the app has been granted all the requested scopes, false otherwise. */ export declare const canRunAsUser: (event: Event) => Promise; //# sourceMappingURL=run-as-user.d.ts.map