import type { Syringe } from './core';
export declare const OptionSymbol: unique symbol;
export declare const registerSideOption: <T extends Record<any, any> = any, R = any>(option: Syringe.InjectOption<R>, target: T) => void;
