export declare class TEAMS_GRAPH_API_NAMES { static readonly GET_OAUTH = "teams_graph_get_oauth"; static readonly CREATE_OAUTH = "teams_graph_create_oauth"; static readonly UPDATE_OAUTH = "teams_graph_update_oauth"; static readonly CREATE_DCR = "teams_graph_create_dcr"; static readonly GET_API_KEY = "teams_graph_get_api_secret_registration"; static readonly CREATE_API_KEY = "teams_graph_create_api_secret_registration"; static readonly UPDATE_API_KEY = "teams_graph_update_api_secret_registration"; } //# sourceMappingURL=teamsGraphApiNames.d.ts.map