import Base, { MaybeRaw } from "../../../../Base"; import { License } from "../../../../interfaces/idp/organization/license"; export declare class IdpUserLicense extends Base { getLicense(raw?: { raw: R; }): Promise>; updateLicense(token: string, raw?: { raw: R; }): Promise>; protected getEndpoint(endpoint: string): string; }