import { Type } from '@nestjs/common/interfaces/type.interface'; export declare function isDurable(provider: Type): boolean | undefined;