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