export interface IdentityCreateParams { } export interface IdentityCreateResponse { } export interface IdentityDeleteParams { } export interface IdentityDeleteResponse { } export interface IdentityGetParams { } export interface IdentityGetResponse { } export interface IdentityInfoParams { } export interface IdentityInfoResponse { } export interface IdentityVideoGetParams { } export interface IdentityVideoGetResponse { } export interface IdentityLiveGetParams { } export interface IdentityLiveGetResponse { } export interface IdentityMusicAuthorizationParams { } export interface IdentityMusicAuthorizationResponse { } export interface IdentityVideoInfoParams { } export interface IdentityVideoInfoResponse { } //# sourceMappingURL=identity.d.ts.map