export declare class DockerComposeRedisConfiguration {
    image?: string;
    featureName?: string;
    networks?: {
        name: string;
        driver: string;
    }[];
    externalPort?: number;
    disableCommands?: string;
    ioThreads?: number;
    ioThreadsDoReads?: string;
}
export declare class DockerComposeRedisEnvironments {
    redisUrl: string;
}
