import type { PluginOptions as Options } from '../../types/config.ts';
import { type Input } from '../../util/input.ts';
import type { ConfigItem, ModuleType } from './types.ts';
export declare const CORE_CLIENT_API: string[];
export declare const resolveConfigItems: (items: ConfigItem[], type: ModuleType, options: Options) => Promise<Set<Input>>;
