import powerbi from "powerbi-visuals-api"; import IAuthenticationService = powerbi.extensibility.IAuthenticationService; export declare class MockIAuthenticationService implements IAuthenticationService { private token; constructor(token: string); getResourceUrl(visualId?: string): powerbi.IPromise; getAADAuthenticationToken(visualId?: string): powerbi.IPromise; getAADToken(visualId?: string): powerbi.IPromise; }