type SharedDatabaseOptions = ioBroker.ObjectsDatabaseOptions | ioBroker.StatesDatabaseOptions; interface DefaultRedisInterviewOptions { /** Database type */ type: 'objects' | 'states'; /** Prefilled config */ config: TConfig; } /** * The default redis interview shared between objects and states * * @param options config and type information */ export declare function defaultRedisInterview(options: DefaultRedisInterviewOptions): Promise; export {}; //# sourceMappingURL=interview.d.ts.map