interface ActivateServiceParams { profileId: string; profileIdAsAlternateKey: boolean; name: string; extRefNumber: string; productId: string; statusId: number; statusReasonId: number; } export declare function subscribeToService(params: ActivateServiceParams): Promise>; export {}; //# sourceMappingURL=ServiceAPIs.d.ts.map