import { TypeOrmHealthIndicator } from '@nestjs/terminus'; export declare const getTerminusOptions: (db: TypeOrmHealthIndicator) => { endpoints: { url: string; healthIndicators: (() => Promise>)[]; }[]; };