import { type PipeTransform, Type } from '@angular/core';
import type { SafeAny } from '@ngify/core';
import * as i0 from "@angular/core";
/**
 * @internal
 */
export declare class FluentNewPipe implements PipeTransform {
    private readonly injector;
    transform<T>(clazz: Type<T>, ...args: SafeAny[]): T;
    static ɵfac: i0.ɵɵFactoryDeclaration<FluentNewPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<FluentNewPipe, "new", true>;
}
