export declare class CustomPipeManager { private customPipes; setCustomPipe(key: string, value: any): void; getCustomPipe(key: string): any; hasCustomPipe(key: string): boolean; }