import type { AuthConfig } from '../types/auth';
import type { ApiServiceConfig } from '../utils/api-command';
export declare class PartnerServiceSdk {
    private readonly authConfig;
    private readonly config;
    constructor(authConfig: AuthConfig, config: ApiServiceConfig);
    registerUser(params: any): Promise<import("polyv-live-api-sdk/dist/services/other.service").RegisterUserResponse>;
    createTencentOrder(params: any): Promise<boolean>;
}
//# sourceMappingURL=partner-service.d.ts.map