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