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