import type { ILifecycleBoot, EggCore } from '@eggjs/core'; export declare class RedisBoot implements ILifecycleBoot { private readonly app; constructor(app: EggCore); didLoad(): Promise; }