import { ConfigService } from './config.service';
import * as i0 from "@angular/core";
export declare class ConfigTestingService implements ConfigService {
    readonly config: Record<string, any>;
    clearLocalConfig(): void;
    set<T>(propertyPath: string, value: T): void;
    get<T>(propertyPath: string, defaultValue?: T): T | undefined;
    getOrThrow<T>(propertyPath: string): T;
    setLocalConfig(config: Record<string, any>): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ConfigTestingService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ConfigTestingService>;
}
