import { OAuthFlowBase, OAuthFlowParent } from './OAuthFlowBase'; import type { OAuthClientCredentialsFlowModel } from '../../types'; import type { URLString } from '@fresha/api-tools-core'; export declare class OAuthClientCredentialsFlow extends OAuthFlowBase implements OAuthClientCredentialsFlowModel { #private; constructor(parent: OAuthFlowParent, tokenUrl: URLString, refreshUrl: URLString); get tokenUrl(): URLString; set tokenUrl(value: URLString); } //# sourceMappingURL=OAuthClientCredentialsFlow.d.ts.map