type PluginAllowlistConfigCarrier = { plugins?: { allow?: string[]; }; }; export declare function ensurePluginAllowlisted(cfg: T, pluginId: string): T; export {};