/** Separator for scopes */ export declare const ApiIntegrationOAuth2CustomAppResponseScopeSeparator: { readonly Space: " "; readonly Comma: ","; }; export type ApiIntegrationOAuth2CustomAppResponseScopeSeparator = (typeof ApiIntegrationOAuth2CustomAppResponseScopeSeparator)[keyof typeof ApiIntegrationOAuth2CustomAppResponseScopeSeparator];