import { Syringe } from '@difizen/mana-syringe';
import type { VariableRegistry } from './variable-registry';
export declare const VariableContribution: Syringe.DefinedToken;
export type VariableContribution = {
    registerVariables: (vars: VariableRegistry) => void;
};
//# sourceMappingURL=variable-protocol.d.ts.map