import type { ConfigurationBaseService } from '@o3r/configuration';
/**
 * Fixture file for configuration service
 */
export declare class ConfigurationBaseServiceFixture implements Readonly<ConfigurationBaseService> {
    /** @inheritDoc */
    updateConfiguration: jest.Mock<any, any>;
    /** @inheritDoc */
    upsertConfiguration: jest.Mock<any, any>;
    /** @inheritDoc */
    computeConfiguration: jest.Mock<any, any>;
    /** @inheritDoc */
    getConfigFromBodyTag: jest.Mock<any, any>;
    /** @inheritDoc */
    extendConfiguration: jest.Mock<any, any>;
    /** @inheritDoc */
    getComponentConfig: jest.Mock<any, any>;
    /** @inheritDoc */
    getConfig: jest.Mock<any, any>;
}
//# sourceMappingURL=configuration.base.service.fixture.jest.d.ts.map