export declare const Pipe: (any?: any) => any; export interface Pipe { clearNameCache(): void; }