import { RawConsumptionBundle, RawService } from "../../../src/type/interfaces"; export declare const mockRawService: RawService; export declare const mockRawServiceWithNoConsumptionBundlesV4: RawService; export declare const mockRawServiceWithNoConsumptionBundlesV2: RawService; export declare const mockRawServices: RawService[]; export declare const mockRawConsumptionBundles: RawConsumptionBundle[];