import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ResourceMapPipe implements PipeTransform {
    transform(value: string, moduleName: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ResourceMapPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<ResourceMapPipe, "resourceMap", true>;
}
