*/
export class CodexClientCustomizationStore {
private readonly _byClient = new Map<string, readonly ICodexClientPlugin[]>();
private readonly _enablement = new Map<string, boolean>();
/** Replace one client's synced+parsed plugin set. */
setClient(clientId: string, plugins: readonly ICodexClientPlugin[]): void {
}
/** Drop a client's contribution. Returns whether anything was removed. */