/** @hidden */ /** * Copyright (c) 2019, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: MIT * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT */ import { RequestOutput } from '@webruntime/api'; export declare function computeResourceId(content: any): string; export declare function computeBundleId(results: RequestOutput[]): string; export declare function replaceAll(str: string, mapObj: any): string; export declare function isMaskedBy(specifier: string, patterns?: string[]): boolean; //# sourceMappingURL=utils.d.ts.map