import { FirebaseCmsService } from './../sdk'; export declare class UnitTestService { cms: FirebaseCmsService; countTests: number; countSuccess: number; countFailture: number; constructor(cms: FirebaseCmsService); success(...params: any[]): void; failure(...params: any[]): void; test(b: any, ...params: any[]): void; runTests(): void; versionTests(): void; userTests(): void; userRegisterLoginProfileUpdateGetTest(): Promise; categoryTests(): Promise; }