import { BaseFixture } from './base_fixture.js';
export declare class ConfigureFixture extends BaseFixture {
    whenIRunConfigure(): Promise<void>;
    thenShouldRegisterProvider(): Promise<void>;
    thenShouldRegisterMiddleware(): Promise<void>;
    thenConfigurationShouldBeCreated(): Promise<void>;
    thenEnvironmentVariablesShouldBeAdded(): Promise<void>;
}
