import { PipeManager, PipeProvider, MethodMetadata } from './pipe-protocol'; export declare class PipeManagerImpl implements PipeManager { protected readonly pipeProvider: PipeProvider; apply(metadata: MethodMetadata, args: any[]): Promise; } //# sourceMappingURL=pipe-manager.d.ts.map