import type { IClientSideComponentManifest } from '@microsoft/sp-module-interfaces'; export declare function normalizeComponentId(id: string, version: string): string; export declare function normalizeName(manifest: IClientSideComponentManifest, name: string): string; //# sourceMappingURL=normalize.d.ts.map