/**
 * Returns the path to the import map file. If the import map file is not found, it throws an error.
 */
export declare function resolveImportMapFilePath({ adminRoute, importMapFile, rootDir, }: {
    adminRoute?: string;
    importMapFile?: string;
    rootDir: string;
}): Promise<Error | string>;
//# sourceMappingURL=resolveImportMapFilePath.d.ts.map