import { type Input } from '../../util/input.ts'; import type { Manifest } from '../../util/package-json.ts'; export declare const resolveLoadPluginStylePluginName: (prefix: string, identifier: string, manifest: Manifest) => Input;