export declare class GraphEndpoints { static Beta: string; static V1: string; /** * * @param url The url to set the endpoint */ static ensure(url: string, endpoint: string): string; } //# sourceMappingURL=types.d.ts.map