import type { DockerComposeOutput } from './types.js';
interface RedisConfig {
    port: string;
    password: string;
    projectName: string;
}
export declare function generateRedisDockerCompose(config: RedisConfig): DockerComposeOutput;
export {};
//# sourceMappingURL=redis.d.ts.map