import { PipeTransform } from '@angular/core'; import { AppRootContext } from '../bootstrap'; export declare class ImagePublicPathPipe implements PipeTransform { private appRootContext; constructor(appRootContext: AppRootContext); transform(path: string): string; }